build: add forgejo-api workspace dep (sync feature for hive-forge)
This commit is contained in:
parent
5b062dca55
commit
39fe0f306a
5 changed files with 105 additions and 1 deletions
|
|
@ -68,6 +68,10 @@ reqwest = { version = "0.12", default-features = false, features = [
|
|||
"json",
|
||||
"rustls-tls",
|
||||
] }
|
||||
forgejo-api = { version = "0.11", default-features = false, features = [
|
||||
"rustls-tls",
|
||||
] }
|
||||
url = "2"
|
||||
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