16 lines
411 B
TOML
16 lines
411 B
TOML
[package]
|
|
name = "binding"
|
|
version = "0.1.0"
|
|
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
|
|
description = "Defines macros and functions used when binding to C libraries."
|
|
license = ""
|
|
repository = "https://workshop.cybermages.tech/CyberMages/binding.git"
|
|
documentation = ""
|
|
keywords = ["binding", "c types", "c enums", "c flags", "c strings"]
|
|
edition = "2021"
|
|
|
|
|
|
[features]
|
|
default = []
|
|
use_std = []
|