Add subdirectory hint for git dependency

This commit is contained in:
Timur Gordon
2025-11-04 13:10:27 +01:00
parent 4158d02f3d
commit d016e54ec9
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2360,7 +2360,7 @@ dependencies = [
]
[[package]]
name = "osiris"
name = "osiris-core"
version = "0.1.0"
dependencies = [
"anyhow",
@@ -3250,7 +3250,7 @@ dependencies = [
"heromodels_core",
"hex",
"log",
"osiris",
"osiris-core",
"rand 0.8.5",
"redis 0.25.4",
"rhai",