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

View File

@@ -55,7 +55,7 @@ hero_logger = { git = "https://git.ourworld.tf/herocode/baobab.git", branch = "l
# Osiris dependencies (used by runner_osiris binary)
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_core = { git = "https://git.ourworld.tf/herocode/db.git" }
heromodels-derive = { git = "https://git.ourworld.tf/herocode/db.git" }