summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGrégoire Geis <git@gregoirege.is>2020-04-11 18:37:24 +0200
committerGitHub <noreply@github.com>2020-04-11 18:37:24 +0200
commit15dc486e7263fbf354e57a814880667a719122f0 (patch)
treeabe25dc217dc1092e444b2d8340a319794e6e044 /Cargo.toml
parent5b8f869e5ed1d314e6ccf6244e154452b777dcb2 (diff)
Add support for custom modules. (#916)
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 f3785a89a..288b2aa0b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ clap = "2.33.0"
ansi_term = "0.12.1"
dirs = "2.0.2"
git2 = { version = "0.13.1", default-features = false, features = [] }
-toml = "0.5.6"
+toml = { version = "0.5.6", features = ["preserve_order"] }
serde_json = "1.0.51"
rayon = "1.3.0"
pretty_env_logger = "0.4.0"