daemon: setting foundation for client creation
This commit is contained in:
@@ -8,7 +8,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
async-trait = "0.1.80"
|
||||
base64 = "0.22.1"
|
||||
chrono = "0.4.38"
|
||||
chrono = { version = "0.4.38", features = ["serde"] }
|
||||
ctor = "0.2.8"
|
||||
env_logger = "0.11.5"
|
||||
hyper = { version = "0.14", features = ["full"] }
|
||||
|
||||
Reference in New Issue
Block a user