diff options
author | Cyborus <cyborus@cyborus.xyz> | 2023-12-11 05:59:04 +0100 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2023-12-12 22:53:13 +0100 |
commit | d8c04f662a9f416eadbbf8b6fe58c641cd4bc436 (patch) | |
tree | 1492b4ef8e3be387b05a9dad815dff31bb77db50 /Cargo.toml | |
parent | Merge pull request 'fix repo creation pushing' (#6) from push-fix into main (diff) | |
download | forgejo-cli-d8c04f662a9f416eadbbf8b6fe58c641cd4bc436.tar.xz forgejo-cli-d8c04f662a9f416eadbbf8b6fe58c641cd4bc436.zip |
add basic issue commands
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,7 @@ auth-git2 = "0.5.3" clap = { version = "4.3.11", features = ["derive"] } directories = "5.0.1" eyre = "0.6.8" -forgejo-api = { git = "https://codeberg.org/Cyborus/forgejo-api.git" } +forgejo-api = { git = "https://codeberg.org/Cyborus/forgejo-api.git", rev = "cdb15605f6" } futures = "0.3.28" git2 = "0.17.2" open = "5.0.0" @@ -19,4 +19,5 @@ serde_json = "1.0.100" soft_assert = "0.1.1" tokio = { version = "1.29.1", features = ["full"] } url = "2.4.0" +uuid = { version = "1.5.0", features = ["v4"] } |