mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
submodule dependencies (#530)
This commit is contained in:
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[submodule "rpc-toolkit"]
|
||||||
|
path = rpc-toolkit
|
||||||
|
url = git@github.com:Start9Labs/rpc-toolkit.git
|
||||||
|
[submodule "patch-db"]
|
||||||
|
path = patch-db
|
||||||
|
url = git@github.com:Start9Labs/patch-db.git
|
||||||
@@ -75,7 +75,7 @@ log = "0.4.11"
|
|||||||
nix = "0.22.0"
|
nix = "0.22.0"
|
||||||
openssh-keys = "0.5.0"
|
openssh-keys = "0.5.0"
|
||||||
openssl = { version = "0.10.30", features = ["vendored"] }
|
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",
|
"log",
|
||||||
] }
|
] }
|
||||||
pbkdf2 = "0.9.0"
|
pbkdf2 = "0.9.0"
|
||||||
@@ -88,7 +88,7 @@ regex = "1.4.2"
|
|||||||
reqwest = { version = "0.11.2", features = ["stream", "json", "socks"] }
|
reqwest = { version = "0.11.2", features = ["stream", "json", "socks"] }
|
||||||
reqwest_cookie_store = "0.2.0"
|
reqwest_cookie_store = "0.2.0"
|
||||||
rpassword = "5.0.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"
|
rust-argon2 = "0.8.3"
|
||||||
scopeguard = "1.1" # because avahi-sys fucks your shit up
|
scopeguard = "1.1" # because avahi-sys fucks your shit up
|
||||||
serde = { version = "1.0.118", features = ["derive", "rc"] }
|
serde = { version = "1.0.118", features = ["derive", "rc"] }
|
||||||
|
|||||||
1
patch-db
Submodule
1
patch-db
Submodule
Submodule patch-db added at 71109f1f90
1
rpc-toolkit
Submodule
1
rpc-toolkit
Submodule
Submodule rpc-toolkit added at cc62793958
Reference in New Issue
Block a user