| 1 | [package] |
| 2 | name = "afs-ld" |
| 3 | version = "0.1.0" |
| 4 | edition = "2021" |
| 5 | description = "Standalone ARM64 Mach-O linker for macOS" |
| 6 | license = "GPL-3.0-only" |
| 7 | repository = "https://github.com/FortranGoingOnForty/afs-ld" |
| 8 | readme = "README.md" |
| 9 | keywords = ["arm64", "aarch64", "linker", "macho", "macos"] |
| 10 | categories = ["development-tools"] |
| 11 | |
| 12 | [[bin]] |
| 13 | name = "afs-ld" |
| 14 | path = "src/main.rs" |
| 15 | |
| 16 | [lib] |
| 17 | name = "afs_ld" |
| 18 | path = "src/lib.rs" |