swarm-controller: CreateRepo/AddRepoMember/InitAgentConfigRepo forge nodes
This commit is contained in:
parent
f287ff1ee8
commit
1d31bb6e80
4 changed files with 647 additions and 46 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
|
@ -4585,6 +4585,8 @@ dependencies = [
|
|||
"anyhow",
|
||||
"async-nats",
|
||||
"axum",
|
||||
"base64",
|
||||
"forgejo-api",
|
||||
"futures-util",
|
||||
"hive-jobq",
|
||||
"hive-jobq-wire",
|
||||
|
|
@ -4596,6 +4598,7 @@ dependencies = [
|
|||
"tokio",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
"url",
|
||||
"utoipa",
|
||||
"utoipa-axum",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue