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