From 4357a3aff3562f0c06f2f24230fdae44289e4ddb Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Tue, 29 Jul 2025 14:25:03 -0400 Subject: [PATCH] Fixed the license and README info for publishing. --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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]