use git paths for deps instead
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -771,6 +771,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "ourdb"
|
name = "ourdb"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
source = "git+https://git.ourworld.tf/herocode/herolib_rust#aa0248ef17cb0117bb69f1d9f278f995bb417f16"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crc32fast",
|
"crc32fast",
|
||||||
"log",
|
"log",
|
||||||
@@ -1096,6 +1097,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "rhailib-macros"
|
name = "rhailib-macros"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
source = "git+https://git.ourworld.tf/herocode/herolib_rust#aa0248ef17cb0117bb69f1d9f278f995bb417f16"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rhai",
|
"rhai",
|
||||||
"serde",
|
"serde",
|
||||||
@@ -1515,6 +1517,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "tst"
|
name = "tst"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
source = "git+https://git.ourworld.tf/herocode/herolib_rust#aa0248ef17cb0117bb69f1d9f278f995bb417f16"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ourdb",
|
"ourdb",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
|
@@ -10,11 +10,11 @@ serde = { version = "1.0", features = ["derive"] }
|
|||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
bincode = { version = "2", features = ["serde"] }
|
bincode = { version = "2", features = ["serde"] }
|
||||||
chrono = { version = "0.4", features = ["serde"] }
|
chrono = { version = "0.4", features = ["serde"] }
|
||||||
ourdb = { path = "../../herolib_rust/packages/data/ourdb" }
|
ourdb = { git = "https://git.ourworld.tf/herocode/herolib_rust", package = "ourdb" }
|
||||||
tst = { path = "../../herolib_rust/packages/data/tst" }
|
tst = { git = "https://git.ourworld.tf/herocode/herolib_rust", package = "tst" }
|
||||||
heromodels-derive = { path = "../heromodels-derive" }
|
heromodels-derive = { path = "../heromodels-derive" }
|
||||||
heromodels_core = { path = "../heromodels_core" }
|
heromodels_core = { path = "../heromodels_core" }
|
||||||
rhailib-macros = { path = "../../herolib_rust/rhailib/src/macros" }
|
rhailib-macros = { git = "https://git.ourworld.tf/herocode/herolib_rust", package = "rhailib-macros" }
|
||||||
rhai = { version = "1.21.0", features = [
|
rhai = { version = "1.21.0", features = [
|
||||||
"std",
|
"std",
|
||||||
"sync",
|
"sync",
|
||||||
|
Reference in New Issue
Block a user