summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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 b01238f..fe4118d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ pretty_env_logger = "0.3"
19rayon = "1" 19rayon = "1"
20serde = "1" 20serde = "1"
21serde_derive = "1" 21serde_derive = "1"
22serde_json = "1" 22serde_json = { version = "1", features = ["preserve_order"] }
23shell-words = "0.1" 23shell-words = "0.1"
24structopt = "0.3" 24structopt = "0.3"
25# TODO: remove tempfile 25# TODO: remove tempfile