mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
16 lines
389 B
TOML
16 lines
389 B
TOML
[package]
|
|
name = "veloren-client"
|
|
version = "0.3.0"
|
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
common = { package = "veloren-common", path = "../common" }
|
|
|
|
uvth = "3.1.1"
|
|
num_cpus = "1.10.1"
|
|
log = "0.4.8"
|
|
specs = "0.14.2"
|
|
vek = { version = "0.9.9", features = ["serde"] }
|
|
hashbrown = { version = "0.5.0", features = ["serde", "nightly"] }
|