Files
binding/Cargo.toml

17 lines
485 B
TOML
Raw Normal View History

2017-01-06 19:10:10 -05:00
[package]
name = "binding"
version = "0.1.0"
description = "Defines macros and functions used when binding to C libraries."
repository = "https://workshop.cybermages.tech/CyberMages/binding"
2017-01-06 19:10:10 -05:00
keywords = ["binding", "c types", "c enums", "c flags", "c strings"]
edition = "2024"
documentation = ""
authors = ["CyberMages LLC <Software@CyberMagesLLC.com>", "Jason Travis Smith <Myrddin@CyberMages.tech>"]
readme = "README.md"
license = "Apache-2.0"
2017-01-06 19:10:10 -05:00
[features]
default = []
2025-03-10 13:18:42 -04:00
use_std = []