diff --git a/Cargo.toml b/Cargo.toml index 70c324c..c36d835 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,14 +2,13 @@ name = "binding" version = "0.1.0" description = "Defines macros and functions used when binding to C libraries." -repository = "https://workshop.cybermages.tech/CyberMages/binding.git" -keywords = ["binding", "c types", "c enums", "c flags", "c strings"] +repository = "https://workshop.cybermages.tech/CyberMages/binding" +keywords = ["binding", "c-types", "ffi"] edition = "2021" -documentation = "" -authors = ["CyberMages LLC ", "Jason Travis Smith "] +authors = ["CyberMages LLC "] readme = "README.md" license = "Apache-2.0" - +documentation = "https://workshop.cybermages.tech/CyberMages/binding" [features] default = []