Files
pile/crates/pile-client/Cargo.toml
rm-dr 705fc7d7fa
Some checks are pending
CI / Build and test (push) Waiting to run
CI / Build and test (all features) (push) Waiting to run
CI / Typos (push) Successful in 20s
CI / Clippy (push) Successful in 1m11s
Return len
2026-03-24 03:40:09 -07:00

20 lines
441 B
TOML

[package]
name = "pile-client"
version = { workspace = true }
rust-version = { workspace = true }
edition = { workspace = true }
[lints]
workspace = true
[dependencies]
pile-dataset = { workspace = true }
reqwest = { version = "0.12", features = ["json", "stream"] }
futures-core = "0.3"
serde = { workspace = true }
thiserror = { workspace = true }
bytes = { workspace = true }
axum = { workspace = true }
tracing = { workspace = true }