build: fill in package metadata
- SHA
194961b625a98039804841947f899c9315574c4a- Parents
-
cef20fd - Tree
16f31e3
194961b
194961b625a98039804841947f899c9315574c4acef20fd
16f31e3| Status | File | + | - |
|---|---|---|---|
| M |
Cargo.toml
|
5 | 0 |
Cargo.tomlmodified@@ -3,6 +3,11 @@ name = "afs-as" | ||
| 3 | 3 | version = "0.1.0" |
| 4 | 4 | edition = "2021" |
| 5 | 5 | description = "Standalone ARM64 assembler for macOS" |
| 6 | +license = "GPL-3.0-only" | |
| 7 | +repository = "https://github.com/FortranGoingOnForty/afs-as" | |
| 8 | +readme = "README.md" | |
| 9 | +keywords = ["arm64", "aarch64", "assembler", "macho", "macos"] | |
| 10 | +categories = ["development-tools"] | |
| 6 | 11 | |
| 7 | 12 | [[bin]] |
| 8 | 13 | name = "afs-as" |