19 lines
483 B
TOML
19 lines
483 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"]
|
|
|
|
|
|
[features]
|
|
default = []
|
|
use_std = ["scribe/use_std"]
|
|
|
|
|
|
[dependencies.scribe]
|
|
git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git"
|