summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com>2018-09-16 18:09:02 -0700
committerBert Belder <bertbelder@gmail.com>2018-09-16 18:38:41 -0700
commit0185f9f9de3d0a65f1ce463e479d5069eabe3c96 (patch)
treeb6839c5514f6bbb56832f6353218dbd72bc2dfa2 /Cargo.toml
parentba8757b44ac824b70c6e5ea10248c1d637716b0d (diff)
Add the 'dirs' crate, enable the required 'winapi' features
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5b17f6756..ae3c8f59d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,4 +17,4 @@ tokio = "0.1"
hyper = "0.12.8"
hyper-rustls = "0.14.0"
flatbuffers = { path = "third_party/flatbuffers/rust/flatbuffers/" }
-
+dirs = "1.0.3"