Files
binding/Cargo.toml
Myrddin Dundragon a999bb5631 Adjusted project data.
Properly pointed to the repository location.

Changed the rust edition.
2025-07-29 17:54:46 -04:00

17 lines
485 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"
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"
[features]
default = []
use_std = []