limit config file usage to just yaml

This commit is contained in:
Dustin J. Mitchell 2020-11-28 19:43:30 -05:00
parent 0e926df578
commit 6d08eacd98
3 changed files with 27 additions and 84 deletions

View file

@ -9,7 +9,7 @@ clap = "^2.33.0"
taskchampion = { path = "../taskchampion" }
failure = "^0.1.8"
prettytable-rs = "^0.8.0"
config = "^0.10.1"
config = { version="^0.10.1", default-features=false, features=["yaml"] }
dirs = "^3.0.1"
[dev-dependencies]