mirror of https://github.com/ospab/ostp.git
19 lines
417 B
TOML
19 lines
417 B
TOML
[package]
|
|
name = "ostp-client"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
bytes.workspace = true
|
|
tokio.workspace = true
|
|
tracing.workspace = true
|
|
ostp-core = { path = "../ostp-core" }
|
|
rand.workspace = true
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
json-comments = "0.2"
|
|
portable-atomic.workspace = true
|
|
chrono = "0.4"
|