mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
e9a6c8154c
* feat: git sync now accepts path filters and type filters * fix git sync for folders * UI nits * Add folder by default in migration * fix openapi
24 lines
508 B
TOML
24 lines
508 B
TOML
[package]
|
|
name = "windmill-git-sync"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
name = "windmill_git_sync"
|
|
path = "./src/lib.rs"
|
|
|
|
[features]
|
|
enterprise = ["windmill-queue/enterprise"]
|
|
default = []
|
|
|
|
[dependencies]
|
|
uuid.workspace = true
|
|
serde.workspace = true
|
|
sqlx.workspace = true
|
|
serde_json.workspace = true
|
|
tracing.workspace = true
|
|
windmill-common = { workspace = true, features = ["axum"] }
|
|
windmill-queue.workspace = true
|
|
rsmq_async.workspace = true
|
|
regex = "1.10.3" |