add local auth to registry

This commit is contained in:
Aiden McClelland
2025-12-17 18:57:56 -07:00
parent cd70fa4c32
commit 7b3c74179b
18 changed files with 417 additions and 233 deletions

View File

@@ -212,8 +212,8 @@ reqwest = { version = "0.12.25", features = [
] }
reqwest_cookie_store = "0.9.0"
rpassword = "7.2.0"
rpc-toolkit = { git = "https://github.com/Start9Labs/rpc-toolkit.git", rev = "068db90" }
rust-argon2 = "3.0.0"
rpc-toolkit = { git = "https://github.com/Start9Labs/rpc-toolkit.git" }
safelog = { version = "0.4.8", git = "https://github.com/Start9Labs/arti.git", branch = "patch/disable-exit", optional = true }
semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1.0", features = ["derive", "rc"] }