mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
submodule dependencies (#530)
This commit is contained in:
@@ -75,7 +75,7 @@ log = "0.4.11"
|
||||
nix = "0.22.0"
|
||||
openssh-keys = "0.5.0"
|
||||
openssl = { version = "0.10.30", features = ["vendored"] }
|
||||
patch-db = { version = "*", path = "../../patch-db/patch-db", features = [
|
||||
patch-db = { version = "*", path = "../patch-db/patch-db", features = [
|
||||
"log",
|
||||
] }
|
||||
pbkdf2 = "0.9.0"
|
||||
@@ -88,7 +88,7 @@ regex = "1.4.2"
|
||||
reqwest = { version = "0.11.2", features = ["stream", "json", "socks"] }
|
||||
reqwest_cookie_store = "0.2.0"
|
||||
rpassword = "5.0.0"
|
||||
rpc-toolkit = { version = "*", path = "../../rpc-toolkit/rpc-toolkit" }
|
||||
rpc-toolkit = { version = "*", path = "../rpc-toolkit/rpc-toolkit" }
|
||||
rust-argon2 = "0.8.3"
|
||||
scopeguard = "1.1" # because avahi-sys fucks your shit up
|
||||
serde = { version = "1.0.118", features = ["derive", "rc"] }
|
||||
|
||||
Reference in New Issue
Block a user