Fixed the license and README info for publishing.

This commit is contained in:
2025-07-29 14:25:03 -04:00
parent 96b58aed43
commit 4357a3aff3

View File

@ -1,13 +1,14 @@
[package]
name = "binding"
version = "0.1.0"
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
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 <Software@CyberMagesLLC.com>", "Jason Travis Smith <Myrddin@CyberMages.tech>"]
readme = "README.md"
license = "Apache-2.0"
[features]