Files
2026-01-09 06:34:17 +00:00

17 lines
338 B
TOML

[package]
name = "windmill-api-client"
version.workspace = true
authors.workspace = true
edition.workspace = true
[lib]
name = "windmill_api_client"
path = "./src/lib.rs"
[dependencies]
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json.workspace = true
urlencoding = "2"