mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
Add support for custom modules. (#916)
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user