Implement the rest of the bore client

This commit is contained in:
Eric Zhang
2022-04-06 02:08:01 -04:00
parent fe1c8ad0e9
commit 599926d19c
6 changed files with 245 additions and 76 deletions

View File

@@ -16,11 +16,11 @@ name = "bore"
path = "src/main.rs"
[dependencies]
anyhow = "1.0.56"
anyhow = { version = "1.0.56", features = ["backtrace"] }
clap = { version = "3.1.8", features = ["derive"] }
dashmap = "5.2.0"
rmp-serde = "1.0.0"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
tokio = { version = "1.17.0", features = ["full"] }
tracing = "0.1.32"
tracing-subscriber = "0.3.10"