binding/Cargo.toml

14 lines
416 B
TOML

[package]
name = "binding"
version = "0.1.0"
authors = ["Jason Travis Smith <Myrddin@CyberMagesLLC.com>"]
description = "Defines macros and functions used when binding to C libraries."
license = ""
repository = "https://gitlab.com/CyberMages/binding.git"
documentation = ""
keywords = ["binding", "c types", "c enums", "c flags", "c strings"]
[dependencies.scribe]
git = "https://gitlab.com/CyberMages/scribe.git"