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"]
|
2019-01-19 23:48:55 -05:00
|
|
|
edition = "2018"
|
2017-01-06 19:10:10 -05:00
|
|
|
|
|
|
|
|
2017-01-24 14:55:42 -05:00
|
|
|
[features]
|
|
|
|
default = []
|
2017-03-01 19:01:41 -05:00
|
|
|
use_std = ["scribe/use_std"]
|
2017-01-24 14:55:42 -05:00
|
|
|
|
|
|
|
|
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"
|
2019-01-20 18:50:43 -05:00
|
|
|
|
|
|
|
[dependencies.weave]
|
|
|
|
git = "ssh://git@gitlab.com/CyberMages/Core/weave.git"
|