binding/Cargo.toml

23 lines
577 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/Core/binding.git"
documentation = ""
keywords = ["binding", "c types", "c enums", "c flags", "c strings"]
edition = "2018"
[features]
default = []
use_std = ["scribe/use_std"]
[dependencies.scribe]
git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git"
[dependencies.weave]
git = "ssh://git@gitlab.com/CyberMages/Core/weave.git"