fortrangoingonforty/afs-as / 194961b

Browse files

build: fill in package metadata

Authored by espadonne
SHA
194961b625a98039804841947f899c9315574c4a
Parents
cef20fd
Tree
16f31e3

1 changed file

StatusFile+-
M Cargo.toml 5 0
Cargo.tomlmodified
@@ -3,6 +3,11 @@ name = "afs-as"
33
 version = "0.1.0"
44
 edition = "2021"
55
 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"]
611
 
712
 [[bin]]
813
 name = "afs-as"