diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-29 13:40:14 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-12-29 13:40:14 -0800 |
| commit | 6682e86f1cd481bd02f856e2bf97750050a6af70 (patch) | |
| tree | e35e2cde0b1fdeb885d5d2dbc2b69db46021bbab /src/apple_silicon/Cargo.toml | |
| parent | split main.rs into bin/apple_silicon.rs and lib.rs (diff) | |
| download | x-6682e86f1cd481bd02f856e2bf97750050a6af70.tar.gz | |
update project's metadata
Diffstat (limited to 'src/apple_silicon/Cargo.toml')
| -rw-r--r-- | src/apple_silicon/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/apple_silicon/Cargo.toml b/src/apple_silicon/Cargo.toml index 21b6242..ce33425 100644 --- a/src/apple_silicon/Cargo.toml +++ b/src/apple_silicon/Cargo.toml @@ -2,6 +2,17 @@ name = "apple_silicon" version = "0.1.0" edition = "2021" +description = "A common line tool for Apple Silicon" + +license = "MIT" +authors = ["Franck Cuny <franck@fcuny.net>"] +repository = "https://github.com/fcuny/apple_silicon" +homepage = "https://github.com/fcuny/apple_silicon" +categories = ["command-line-utilities"] + +[[bin]] +name = "apple_silicon" +path = "src/bin/apple_silicon.rs" [dependencies] thiserror = "1.0.61" |
