We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852f8de commit b361d18Copy full SHA for b361d18
1 file changed
Cargo.toml
@@ -12,6 +12,8 @@ clap = { version = "4.4", features = ["derive"] }
12
chrono = { version = "0.4", features = ["serde"] }
13
serde = { version = "1.0", features = ["derive"] }
14
serde_json = "1.0"
15
+toml = "0.8"
16
+dirs-next = "2.0"
17
git2 = "0.20"
18
tokio = { version = "1", features = ["full"] }
19
0 commit comments