Add subdirectory hint for git dependency
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2360,7 +2360,7 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "osiris"
|
name = "osiris-core"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
@@ -3250,7 +3250,7 @@ dependencies = [
|
|||||||
"heromodels_core",
|
"heromodels_core",
|
||||||
"hex",
|
"hex",
|
||||||
"log",
|
"log",
|
||||||
"osiris",
|
"osiris-core",
|
||||||
"rand 0.8.5",
|
"rand 0.8.5",
|
||||||
"redis 0.25.4",
|
"redis 0.25.4",
|
||||||
"rhai",
|
"rhai",
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ hero_logger = { git = "https://git.ourworld.tf/herocode/baobab.git", branch = "l
|
|||||||
|
|
||||||
# Osiris dependencies (used by runner_osiris binary)
|
# Osiris dependencies (used by runner_osiris binary)
|
||||||
osiris = { package = "osiris-core", path = "../osiris/core" }
|
osiris = { package = "osiris-core", path = "../osiris/core" }
|
||||||
# osiris = { package = "osiris-core", git = "https://git.ourworld.tf/herocode/osiris.git" }
|
# osiris = { package = "osiris-core", git = "https://git.ourworld.tf/herocode/osiris.git", subdirectory = "core" }
|
||||||
heromodels = { git = "https://git.ourworld.tf/herocode/db.git" }
|
heromodels = { git = "https://git.ourworld.tf/herocode/db.git" }
|
||||||
heromodels_core = { git = "https://git.ourworld.tf/herocode/db.git" }
|
heromodels_core = { git = "https://git.ourworld.tf/herocode/db.git" }
|
||||||
heromodels-derive = { git = "https://git.ourworld.tf/herocode/db.git" }
|
heromodels-derive = { git = "https://git.ourworld.tf/herocode/db.git" }
|
||||||
|
|||||||
Reference in New Issue
Block a user