Files
windmill/backend/windmill-audit/Cargo.toml
T
2024-02-27 12:06:48 +01:00

22 lines
450 B
TOML

[package]
name = "windmill-audit"
version.workspace = true
authors.workspace = true
edition.workspace = true
[lib]
name = "windmill_audit"
path = "./src/lib.rs"
[features]
enterprise = ["windmill-common/enterprise"]
[dependencies]
serde.workspace = true
sql-builder.workspace = true
sqlx.workspace = true
chrono.workspace = true
serde_json.workspace = true
tracing.workspace = true
windmill-common = { workspace = true, default-features = false }