summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCyborus04 <87248184+Cyborus04@users.noreply.github.com>2023-07-11 19:05:00 +0200
committerCyborus04 <87248184+Cyborus04@users.noreply.github.com>2023-07-11 19:05:00 +0200
commitd3fe4091a3a2459c64d707224b18cac38c7cf3d8 (patch)
tree2330cf95ea57b739f263480998766ce03e01b6fb /Cargo.toml
parentfix push flag (diff)
downloadforgejo-api-d3fe4091a3a2459c64d707224b18cac38c7cf3d8.tar.xz
forgejo-api-d3fe4091a3a2459c64d707224b18cac38c7cf3d8.zip
add `repo browse`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 44ab8bf..c430c0c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ directories = "5.0.1"
eyre = "0.6.8"
forgejo-api = { path = "./forgejo-api" }
futures = "0.3.28"
+open = "5.0.0"
serde = { version = "1.0.170", features = ["derive"] }
serde_json = "1.0.100"
soft_assert = "0.1.1"