Switch to TOML for configuration

This commit is contained in:
Dustin J. Mitchell 2021-05-02 16:59:51 -04:00
parent b4a8b150a8
commit 94d1217d81
15 changed files with 901 additions and 776 deletions

View file

@ -14,11 +14,7 @@ prettytable-rs = "^0.8.0"
textwrap = { version="^0.13.4", features=["terminal_size"] }
termcolor = "^1.1.2"
atty = "^0.2.14"
[dependencies.config]
default-features = false
features = ["yaml"]
version = "^0.11.0"
toml = "^0.5.8"
[dependencies.taskchampion]
path = "../taskchampion"