19 lines
300 B
TOML
19 lines
300 B
TOML
[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 = []
|