Skip to content

Commit 140d171

Browse files
committed
Add add and remove commands to edit config
1 parent fd821fd commit 140d171

File tree

9 files changed

+1195
-38
lines changed

9 files changed

+1195
-38
lines changed

Cargo.lock

Lines changed: 89 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ maintenance = { status = "actively-developed" }
2020
[dependencies]
2121
ansi_term = "0.11.0"
2222
anyhow = "1.0.28"
23+
casual = "0.1.1"
2324
dirs = "2.0.2"
2425
fs2 = "0.4.3"
2526
git2 = "0.13.1"
@@ -35,6 +36,7 @@ scoped_threadpool = "0.1.9"
3536
serde = { version = "1.0.106", features = ["derive"] }
3637
structopt = "0.3.13"
3738
toml = "0.5.6"
39+
toml_edit = "0.1.5"
3840
url = { version = "2.1.1", features = ["serde"] }
3941
walkdir = "2.3.1"
4042

0 commit comments

Comments
 (0)