mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
11 lines
230 B
TOML
11 lines
230 B
TOML
[package]
|
|
name = "veloren-world"
|
|
version = "0.1.0"
|
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
common = { package = "veloren-common", path = "../common" }
|
|
vek = "0.9"
|
|
noise = "0.5"
|