Files
windmill/backend/parsers/windmill-parser-sql/Cargo.toml
T

24 lines
501 B
TOML

[package]
name = "windmill-parser-sql"
version.workspace = true
edition.workspace = true
authors.workspace = true
[lib]
name = "windmill_parser_sql"
path = "./src/lib.rs"
[target.'cfg(target_arch = "wasm32")'.dependencies]
regex-lite.workspace = true
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
regex.workspace = true
[dependencies]
windmill-parser.workspace = true
anyhow.workspace = true
lazy_static.workspace = true
serde_json.workspace = true
serde.workspace = true
nom = "8.0.0"