binding/Cargo.toml

23 lines
577 B
TOML
Raw Normal View History

2017-01-06 19:10:10 -05:00
[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 = ""
2017-04-06 13:01:40 -04:00
repository = "https://gitlab.com/CyberMages/Core/binding.git"
2017-01-06 19:10:10 -05:00
documentation = ""
keywords = ["binding", "c types", "c enums", "c flags", "c strings"]
edition = "2018"
2017-01-06 19:10:10 -05:00
[features]
default = []
use_std = ["scribe/use_std"]
2017-01-06 19:10:10 -05:00
[dependencies.scribe]
2017-04-06 13:01:40 -04:00
git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git"
[dependencies.weave]
git = "ssh://git@gitlab.com/CyberMages/Core/weave.git"