databricks-rs/Cargo.toml

22 lines
497 B
TOML

[package]
name = "databricks"
version = "0.1.0"
edition = "2021"
license = "LICENSE"
readme = "README.md"
repository = "https://github.com/buoyant-data/databricks-rs"
[dependencies]
chrono = "0.4.31"
feignhttp = { version = "0.5.1", features = ["json"]}
once_cell = "1"
serde = { version = "1", features = ["derive"]}
serde_json = "*"
tracing = "0.1.40"
url = { version = "2", features = ["serde"] }
[dev-dependencies]
anyhow = "1"
tokio = { version = "1", features = ["full"]}
serde_json = "*"