diff --git a/gmod-macros/README.md b/gmod-macros/README.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/gmod-macros/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file diff --git a/gmod/Cargo.toml b/gmod/Cargo.toml index 7fbd1f5..237b2d1 100644 --- a/gmod/Cargo.toml +++ b/gmod/Cargo.toml @@ -3,6 +3,11 @@ name = "gmod" version = "0.1.0" authors = ["William Venner "] edition = "2018" +license = "MIT" +description = "A swiss army knife for creating binary modules for Garry's Mod in Rust" +repository = "https://github.com/WilliamVenner/gmod-rs" +keywords = ["gmod", "garrysmod", "module", "glua"] +categories = ["api-bindings", "external-ffi-bindings", "game-development", "development-tools"] [dependencies] libloading = "0" diff --git a/gmod/README.md b/gmod/README.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/gmod/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file