mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
577484d06a
* Refactor asset_parser * package update * package lock
18 lines
399 B
TOML
18 lines
399 B
TOML
[package]
|
|
name = "windmill-parser-sql-asset"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
|
|
[lib]
|
|
name = "windmill_parser_sql_asset"
|
|
path = "./src/lib.rs"
|
|
|
|
[dependencies]
|
|
windmill-parser.workspace = true
|
|
windmill-types.workspace = true
|
|
anyhow.workspace = true
|
|
serde_json.workspace = true
|
|
serde.workspace = true
|
|
sqlparser = { version = "0.59.0", features = ["visitor"] }
|