pact/Cargo.toml

25 lines
543 B
TOML
Raw Normal View History

2017-01-06 19:13:34 -05:00
[package]
name = "pact"
2017-01-06 19:13:34 -05:00
version = "0.1.0"
authors = ["Jason Travis Smith <Myrddin@CyberMagesLLC.com>"]
description = "Rust bindings for standard C functions."
license = ""
2017-04-06 17:09:51 -04:00
repository = "https://gitlab.com/CyberMages/Core/pact.git"
2017-01-06 19:13:34 -05:00
documentation = ""
keywords = ["c", "libc", "binding", "ffi", "pact", "nostd"]
build = "build.rs"
edition = "2021"
[features]
default = []
use_std = ["binding/use_std"]
rust_lib = []
no_mem_manip = []
weak = []
2017-01-06 19:13:34 -05:00
[dependencies.binding]
git = "ssh://gitea@workshop.cybermages.tech:3022/CyberMages/binding.git"