We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24aafd9 commit ae57fbbCopy full SHA for ae57fbb
Cargo.toml
@@ -18,17 +18,17 @@ integration-tests = []
18
name = "tikv_client"
19
20
[dependencies]
21
+failure = "0.1"
22
futures = "0.1"
-serde = "1.0"
23
-serde_derive = "1.0"
+fxhash = "0.2"
24
grpcio = { version = "0.4", features = [ "secure" ] }
25
+lazy_static = "0.2.1"
26
+log = "0.3.9"
27
protobuf = "~2.0"
28
+serde = "1.0"
29
+serde_derive = "1.0"
30
tokio-core = "0.1"
31
tokio-timer = "0.2"
-fxhash = "0.2"
-lazy_static = "0.2.1"
-log = "0.3.9"
-failure = "0.1"
32
33
[dependencies.kvproto]
34
git = "https://github.com/pingcap/kvproto.git"
@@ -40,5 +40,5 @@ default-features = false
40
features = ["push", "process"]
41
42
[dev-dependencies]
43
-tempdir = "0.3"
44
clap = "2.32"
+tempdir = "0.3"
0 commit comments