concourse-http-resource/Cargo.toml
redxef 6261b3fb03
fix: none-version, multipart.
Improve the multipart inputs, add some logging.
2024-10-30 03:25:36 +01:00

14 lines
424 B
TOML

[package]
name = "concourse-http-resource"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1"
hex = "0"
reqwest = { version = "0", features = ["json", "multipart", "rustls-tls", "stream"], default-features=false }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha3 = "0"
tokio = { version = "1", features = ["fs", "macros", "rt-multi-thread"] }
url = { version = "2", features = ["serde"] }