summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-12-23 12:39:40 -0500
committerGitHub <noreply@github.com>2018-12-23 12:39:40 -0500
commit63d558da0ce5b88e8f06ac7d8e13d93161063d66 (patch)
treed5bcd563f31dd1a294117f85f55a5367da2212a8 /Cargo.toml
parent6cc998f28bb1cf119ca96bac385c7361bc1f7021 (diff)
Use flatbuffers from crates.io (#1400)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index df97bd2f0..1972593f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,19 +11,20 @@ version = "0.2.3"
[dependencies]
atty = "=0.2.11"
dirs = "=1.0.4"
-flatbuffers = { path = "third_party/flatbuffers/rust/flatbuffers/" }
+flatbuffers = "=0.5.0"
futures = "=0.1.25"
getopts = "=0.2.18"
http = "=0.1.13"
hyper = "=0.12.16"
hyper-rustls = "=0.15.0"
+kernel32-sys = "=0.2.2"
lazy_static = "=1.2.0"
libc = "=0.2.44"
log = "=0.4.6"
rand = "=0.6.1"
remove_dir_all = "=0.5.1"
-rustyline = "=2.1.0"
ring = "=0.13.5"
+rustyline = "=2.1.0"
serde_json = "1.0.33"
source-map-mappings = "0.5.0"
tempfile = "=3.0.5"
@@ -34,5 +35,4 @@ tokio-io = "=0.1.10"
tokio-process = "=0.2.3"
tokio-threadpool = "=0.1.9"
url = "=1.7.1"
-kernel32-sys = "=0.2.2"
winapi = "=0.3.6"