build: add time + url deps for forgejo-api port
This commit is contained in:
parent
39fe0f306a
commit
0f035ce1e9
5 changed files with 7 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ forgejo-api = { version = "0.11", default-features = false, features = [
|
|||
"rustls-tls",
|
||||
] }
|
||||
url = "2"
|
||||
time = { version = "0.3", default-features = false, features = ["formatting", "parsing"] }
|
||||
petgraph = { version = "0.8", default-features = false, features = ["std"] }
|
||||
matrix-sdk = { version = "0.14", default-features = false, features = [
|
||||
"rustls-tls",
|
||||
|
|
|
|||
Loading…
Reference in a new issue