Skip to content

Commit 01149da

Browse files
chore: crates.io publishing information. (#14)
Co-authored-by: BassedWarrior <[email protected]>
1 parent af2328d commit 01149da

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
[package]
22
name = "cppargo"
3-
version = "0.1.1"
4-
edition = "2021"
3+
version = "0.2.0"
4+
authors = ["BassedWarrior"]
5+
license = "GPL-3.0"
56
description = """
67
Minimal Rust `cargo` clone for creation, compilation and excecution of basic \
78
C++ projects.\
89
"""
10+
readme = "README.md"
11+
homepage = "https://github.com/BassedWarrior/cppargo"
12+
repository = "https://github.com/BassedWarrior/cppargo"
13+
keywords = ["CLI", "C++", "cargo-like"]
14+
categories = ["command-line-utilities"]
15+
edition = "2021"
916

1017
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1118

0 commit comments

Comments
 (0)