Skip to content

Commit aef7bb2

Browse files
committed
misc: add Cargo packages
1 parent 748fb9c commit aef7bb2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Cargo.toml

+8
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,11 @@ edition = "2018"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10+
protobuf = { version = "2.18.1", features = ["bytes"] }
11+
libflate = "1"
12+
async-graphql = {version = "2.8.6", features = ["tracing"] }
13+
tracing = "0.1.*"
14+
tracing-futures = { version = "0.2.5", default-features = false, features = ["tokio", "futures-03", "std"] }
15+
futures = "0.3.8" # An implementation of futures and streams featuring zero allocations, composability, and itera…
16+
chrono = "0.4.15"
17+
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)