Files
binding/Cargo.toml

14 lines
342 B
TOML

[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"
edition = "2021"
authors = ["Jason Smith <myrddin@cybermages.tech>"]
readme = "README.md"
license = "Apache-2.0"
[features]
default = []
use_std = []