mirror of
https://github.com/Syfaro/bkapi.git
synced 2024-11-05 14:44:29 +00:00
24 lines
446 B
TOML
24 lines
446 B
TOML
[package]
|
|
name = "bkapi-client"
|
|
version = "0.1.0"
|
|
authors = ["Syfaro <syfaro@huefox.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
tracing = "0.1"
|
|
tracing-opentelemetry = "0.18"
|
|
|
|
opentelemetry = "0.18"
|
|
opentelemetry-http = "0.7"
|
|
|
|
futures = "0.3"
|
|
|
|
reqwest = { version = "0.11", features = ["json"] }
|
|
async-nats = "0.21"
|
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1", features = ["full"] }
|