diff options
| author | Fuwn <[email protected]> | 2022-04-28 18:27:06 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-28 18:27:06 -0700 |
| commit | 29ab2e28775013a2cbbb3eb5dd306b5e2f251d19 (patch) | |
| tree | bb3216edb1db832d21afc0358a2ec2fdd18ef444 /Cargo.toml | |
| download | rust-crate-template-29ab2e28775013a2cbbb3eb5dd306b5e2f251d19.tar.xz rust-crate-template-29ab2e28775013a2cbbb3eb5dd306b5e2f251d19.zip | |
feat: release 0.1.0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..87e412f --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,15 @@ +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[package] +name = "rust-crate-template" +version = "0.1.0" +authors = ["Fuwn <[email protected]>"] +edition = "2021" +description = "A Rust crate template" +documentation = "https://docs.rs/rust-crate-template" +readme = "README.md" +homepage = "https://github.com/Fuwn/rust-crate-template" +repository = "https://github.com/Fuwn/rust-crate-template" +license = "GPL-3.0-only" +keywords = ["crate"] +categories = ["development-tools"] |