Files
x/Cargo.toml
2024-07-12 07:59:48 -04:00

14 lines
283 B
TOML

[package]
name = "x"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
win32 = []
no_relocs = []
[dependencies]
xgen = { path = "proc_macro"}
libm = { version = "0.2.8", optional = true }