Add support for custom modules. (#916)

This commit is contained in:
Grégoire Geis
2020-04-11 18:37:24 +02:00
committed by GitHub
parent 5b8f869e5e
commit 15dc486e72
11 changed files with 561 additions and 8 deletions
+1 -1
View File
@@ -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"