Skip to content

Commit

Permalink
Add add and remove commands to edit config
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Apr 13, 2020
1 parent fd821fd commit 140d171
Show file tree
Hide file tree
Showing 9 changed files with 1,195 additions and 38 deletions.
89 changes: 89 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
ansi_term = "0.11.0"
anyhow = "1.0.28"
casual = "0.1.1"
dirs = "2.0.2"
fs2 = "0.4.3"
git2 = "0.13.1"
Expand All @@ -35,6 +36,7 @@ scoped_threadpool = "0.1.9"
serde = { version = "1.0.106", features = ["derive"] }
structopt = "0.3.13"
toml = "0.5.6"
toml_edit = "0.1.5"
url = { version = "2.1.1", features = ["serde"] }
walkdir = "2.3.1"

Expand Down
Loading

0 comments on commit 140d171

Please sign in to comment.