summaryrefslogtreecommitdiffstats
path: root/starship_module_config_derive
diff options
context:
space:
mode:
authorZhenhui Xie <xiezh0831@126.com>2019-09-30 22:56:05 +0800
committerMatan Kushner <hello@matchai.me>2019-09-30 23:56:05 +0900
commitc39506c6f68e91f8967e3cb3db4e0255ec5ec81d (patch)
treee0b60179a450551b335647bd6d14169ebee3f062 /starship_module_config_derive
parent52bd37b372b8a1efcba718b0ccdddd71c4e688ee (diff)
chore: Cleanup after the config refactor (#453)
Diffstat (limited to 'starship_module_config_derive')
-rw-r--r--starship_module_config_derive/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/starship_module_config_derive/Cargo.toml b/starship_module_config_derive/Cargo.toml
index 95df616ca..4dc93f870 100644
--- a/starship_module_config_derive/Cargo.toml
+++ b/starship_module_config_derive/Cargo.toml
@@ -23,6 +23,3 @@ proc-macro = true
proc-macro2 = "~1"
quote = "~1"
syn = "~1"
-
-[dev-dependencies]
-starship = { version = "0.20.0", path = "../starship" }