Files
x/Cargo.toml
2023-09-04 06:26:35 -04:00

13 lines
237 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"}