22 lines
505 B
TOML
22 lines
505 B
TOML
|
[package]
|
||
|
name = "pktbuilder"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
quests = { workspace = true }
|
||
|
stats = { workspace = true }
|
||
|
location = { workspace = true }
|
||
|
client = { workspace = true }
|
||
|
items = { workspace = true }
|
||
|
networking = { workspace = true }
|
||
|
maps = { workspace = true }
|
||
|
room = { workspace = true }
|
||
|
shops = { workspace = true }
|
||
|
entity = { workspace = true }
|
||
|
|
||
|
libpso = { workspace = true }
|
||
|
|
||
|
anyhow = { workspace = true }
|
||
|
futures = { workspace = true }
|
||
|
thiserror = { workspace = true }
|