Trying to get the package published.
I think this may be why it is not being published correctly. Just trying to fix it.
This commit is contained in:
@ -2,14 +2,13 @@
|
|||||||
name = "binding"
|
name = "binding"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Defines macros and functions used when binding to C libraries."
|
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"]
|
keywords = ["binding", "c-types", "ffi"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
documentation = ""
|
authors = ["CyberMages LLC <software@cybermagesllc.com>"]
|
||||||
authors = ["CyberMages LLC <Software@CyberMagesLLC.com>", "Jason Travis Smith <Myrddin@CyberMages.tech>"]
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
documentation = "https://workshop.cybermages.tech/CyberMages/binding"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
Reference in New Issue
Block a user