|
|
@ -9,6 +9,8 @@ members = [ |
|
|
|
"entity", |
|
|
|
"maps", |
|
|
|
"networking", |
|
|
|
"shops", |
|
|
|
"stats", |
|
|
|
] |
|
|
|
|
|
|
|
[workspace.dependencies] |
|
|
@ -16,6 +18,8 @@ libpso = { git = "http://git.sharnoth.com/jake/libpso" } |
|
|
|
entity = { path = "./entity" } |
|
|
|
maps = { path = "./maps" } |
|
|
|
networking = { path = "./networking" } |
|
|
|
shops = { path = "./shops" } |
|
|
|
stats = { path = "./stats" } |
|
|
|
async-std = { version = "1.9.0", features = ["unstable", "attributes"] } |
|
|
|
futures = "0.3.5" |
|
|
|
rand = "0.7.3" |
|
|
@ -49,6 +53,8 @@ libpso = { git = "http://git.sharnoth.com/jake/libpso" } |
|
|
|
entity = { path = "./entity" } |
|
|
|
maps = { path = "./maps" } |
|
|
|
networking = { path = "./networking" } |
|
|
|
shops = { path = "./shops" } |
|
|
|
stats = { path = "./stats" } |
|
|
|
async-std = { version = "1.9.0", features = ["unstable", "attributes"] } |
|
|
|
futures = "0.3.5" |
|
|
|
rand = "0.7.3" |
|
|
|