mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
10 lines
214 B
TOML
10 lines
214 B
TOML
[package]
|
|
name = "tools"
|
|
version = "0.1.0"
|
|
authors = ["Sam <samuelkeiffer@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
common = { package = "veloren-common", path = "../common" }
|
|
csv = "1.1.3"
|
|
structopt = "0.3.13" |