summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCyborus <cyborus@cyborus.xyz>2024-05-01 00:45:43 +0200
committerCyborus <cyborus@cyborus.xyz>2024-05-07 21:24:57 +0200
commit6fd197601337227c7e2b6ae54fe98dd951e01eca (patch)
treefff52b565b9e992f336319d10d3666d3bf21f95b /Cargo.toml
parentadd pr commands (diff)
downloadforgejo-cli-6fd197601337227c7e2b6ae54fe98dd951e01eca.tar.xz
forgejo-cli-6fd197601337227c7e2b6ae54fe98dd951e01eca.zip
add pr change viewing commands
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 217b441..d62c8dc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ open = "5.0.0"
serde = { version = "1.0.170", features = ["derive"] }
serde_json = "1.0.100"
soft_assert = "0.1.1"
-time = { version = "0.3.30", features = ["formatting"] }
+time = { version = "0.3.30", features = ["formatting", "macros"] }
tokio = { version = "1.29.1", features = ["full"] }
url = "2.4.0"
uuid = { version = "1.5.0", features = ["v4"] }