19 lines
300 B
TOML
Raw Permalink Normal View History

2023-11-01 16:17:51 +08:00
[package]
name = "x2t-sandbox-rulegen"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1"
quote = "1"
nix = "0.27.1"
regex = "1.10.2"
[features]
no-fail = []