diff --git a/Cargo.toml b/Cargo.toml index 70c324c..2d24893 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,9 +2,9 @@ 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" +repository = "https://workshop.cybermages.tech/CyberMages/binding" keywords = ["binding", "c types", "c enums", "c flags", "c strings"] -edition = "2021" +edition = "2024" documentation = "" authors = ["CyberMages LLC ", "Jason Travis Smith "] readme = "README.md"