* push * test * test * done * fix * modify script lang enum * fix tests * update wasm * fix tests
16 lines
324 B
TOML
16 lines
324 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"
|
|
|
|
[dependencies]
|
|
windmill-parser.workspace = true
|
|
anyhow.workspace = true
|
|
regex.workspace = true
|
|
lazy_static.workspace = true
|
|
serde_json.workspace = true |