diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,6 +7,9 @@ edition = "2024" git2 = "0.20" serde = { version = "1.0.152", features = ["derive"] } uuid = { version = "1", features = ["v4"] } +thiserror = "2" anyhow = "1" confy = "2" -ignore = "0.4" +hostname = "0.4" +inquire = "0.9" +auth-git2 = "0.5" |
