mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
ccc4806b9a
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
23 lines
468 B
TOML
23 lines
468 B
TOML
[package]
|
|
name = "windmill-types"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
name = "windmill_types"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
chrono.workspace = true
|
|
uuid.workspace = true
|
|
sqlx = { workspace = true, features = ["postgres"] }
|
|
rand.workspace = true
|
|
hex.workspace = true
|
|
anyhow.workspace = true
|
|
tracing.workspace = true
|
|
itertools.workspace = true
|
|
strum.workspace = true
|