From a5a3e20336262deaa7ff4286d34af67db315b030 Mon Sep 17 00:00:00 2001 From: Myrddin Dundragon Date: Tue, 29 Jul 2025 17:10:28 -0400 Subject: [PATCH] Still trying to get it to publish. --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e924c69..d5a7b69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,12 +3,10 @@ name = "binding" version = "0.1.0" description = "Defines macros and functions used when binding to C libraries." repository = "https://workshop.cybermages.tech/CyberMages/binding" -keywords = ["binding", "c-types", "ffi"] edition = "2021" authors = ["Jason Smith "] readme = "README.md" license = "Apache-2.0" -documentation = "https://workshop.cybermages.tech/CyberMages/binding" [features] default = []