diff options
author | Cyborus <87248184+Cyborus04@users.noreply.github.com> | 2023-11-13 21:36:41 +0100 |
---|---|---|
committer | Cyborus <87248184+Cyborus04@users.noreply.github.com> | 2023-11-13 21:36:41 +0100 |
commit | c4b014294b4d62fbb28ff972ed962a3af3221024 (patch) | |
tree | 662204b24f9defee5760ab92d300fff6d0fa82fd /Cargo.toml | |
parent | Merge pull request 'organize better' (#2) from organize into main (diff) | |
download | forgejo-api-c4b014294b4d62fbb28ff972ed962a3af3221024.tar.xz forgejo-api-c4b014294b4d62fbb28ff972ed962a3af3221024.zip |
support `/repos/{owner}/{repo}/issues`
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,4 +12,4 @@ thiserror = "1.0.43" tokio = { version = "1.29.1", features = ["net"] } url = { version = "2.4.0", features = ["serde"] } serde = { version = "1.0.168", features = ["derive"] } -time = { version = "0.3.22", features = ["parsing", "serde"] } +time = { version = "0.3.22", features = ["parsing", "serde", "formatting"] } |