mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 17:37:01 +05:30
cargo: add serde dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
a92431a9d9
commit
59bf51b37f
2 changed files with 61 additions and 8 deletions
|
@ -16,6 +16,8 @@ readme = "README.md"
|
|||
anyhow = "1.0.32"
|
||||
clap = { version = "2.33.3", default-features = false, features = ["suggestions", "color"] }
|
||||
git2 = "0.13.11"
|
||||
serde = {version = "1.0.116", default-features = false, features = ["derive"] }
|
||||
serde_derive = "1.0.116"
|
||||
toml = "0.5.7"
|
||||
walkdir = "2.3.1"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue