Fixed the license and README info for publishing.
This commit is contained in:
@ -1,13 +1,14 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "binding"
|
name = "binding"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
|
|
||||||
description = "Defines macros and functions used when binding to C libraries."
|
description = "Defines macros and functions used when binding to C libraries."
|
||||||
license = ""
|
|
||||||
repository = "https://workshop.cybermages.tech/CyberMages/binding.git"
|
repository = "https://workshop.cybermages.tech/CyberMages/binding.git"
|
||||||
documentation = ""
|
|
||||||
keywords = ["binding", "c types", "c enums", "c flags", "c strings"]
|
keywords = ["binding", "c types", "c enums", "c flags", "c strings"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
documentation = ""
|
||||||
|
authors = ["CyberMages LLC <Software@CyberMagesLLC.com>", "Jason Travis Smith <Myrddin@CyberMages.tech>"]
|
||||||
|
readme = "README.md"
|
||||||
|
license = "Apache-2.0"
|
||||||
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
Reference in New Issue
Block a user