updates telemetry to no longer use grpc
This commit is contained in:
14
api/Cargo.toml
Normal file
14
api/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
[package]
|
||||
name = "api"
|
||||
edition = "2021"
|
||||
version = "0.1.0"
|
||||
authors = ["Sergey <me@sergeysav.com>"]
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.29"
|
||||
thiserror = "2.0.17"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
derive_more = { version = "2.1.0", features = ["from", "try_into"] }
|
||||
uuid = { version = "1.19.0", features = ["v4", "serde"] }
|
||||
chrono = { version = "0.4.39", features = ["serde"] }
|
||||
Reference in New Issue
Block a user