diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-29 08:50:05 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-29 08:50:05 -0700 |
| commit | 67b1409f03cdb4435021c3e15daa4cb4affe452f (patch) | |
| tree | d71c6f767ff1181a8de6766b77b1af7fe9e2a47a /src/apple_silicon/Cargo.toml | |
| parent | add `git-leaderboard` (diff) | |
| parent | Merge pull request #3 from fcuny/dependabot/cargo/thiserror-2.0.11 (diff) | |
| download | x-67b1409f03cdb4435021c3e15daa4cb4affe452f.tar.gz | |
Merge remote-tracking branch 'import/main' into fcuny/rust
Diffstat (limited to 'src/apple_silicon/Cargo.toml')
| -rw-r--r-- | src/apple_silicon/Cargo.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/apple_silicon/Cargo.toml b/src/apple_silicon/Cargo.toml new file mode 100644 index 0000000..65dcf5e --- /dev/null +++ b/src/apple_silicon/Cargo.toml @@ -0,0 +1,18 @@ +[package] +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 = "2.0.11" |
