binding/Cargo.toml
Jason Travis Smith 26097e8403 Adding the basic c_types as their own file section.
Also, added the to_c_string and from_c_string functions. Their
location needs to be determined.
2017-01-24 14:55:42 -05:00

19 lines
455 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"]
[features]
default = []
use_std = []
[dependencies.scribe]
git = "https://gitlab.com/CyberMages/scribe.git"