21 lines
417 B
TOML
21 lines
417 B
TOML
[package]
|
|
name = "client"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
|
|
[dependencies]
|
|
entity = { workspace = true }
|
|
maps = { workspace = true }
|
|
networking = { workspace = true }
|
|
shops = { workspace = true }
|
|
items = { workspace = true }
|
|
|
|
libpso = { workspace = true }
|
|
|
|
async-std = { workspace = true }
|
|
futures = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
chrono = { workspace = true }
|