mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
542495c297
* Advanced permission rules UI * stash * first iteration for s3 rule parsing * Move to glob based approach * cache expiry * fix popover positioning * ee * unused imports * forgot windmill_uploads * Check S3 permissions for apps * nit * typo * ee repo ref * forgot get_workspace_s3_resource_and_check_paths in oss
24 lines
508 B
TOML
24 lines
508 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.workspace = true
|