diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -14,6 +14,7 @@ categories = ["command-line-utilities","git"] | |||
| 14 | [dependencies] | 14 | [dependencies] |
| 15 | anyhow = "1.0.75" | 15 | anyhow = "1.0.75" |
| 16 | async-trait = "0.1.73" | 16 | async-trait = "0.1.73" |
| 17 | auth-git2 = "0.5.4" | ||
| 17 | chacha20poly1305 = "0.10.1" | 18 | chacha20poly1305 = "0.10.1" |
| 18 | clap = { version = "4.3.19", features = ["derive"] } | 19 | clap = { version = "4.3.19", features = ["derive"] } |
| 19 | console = "0.15.7" | 20 | console = "0.15.7" |