mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
6dfa146484
disabling its default features, specifically `image`, which had the vulnerability.
13 lines
312 B
TOML
13 lines
312 B
TOML
[package]
|
|
name = "veloren-server-cli"
|
|
version = "0.4.0"
|
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
server = { package = "veloren-server", path = "../server" }
|
|
common = { package = "veloren-common", path = "../common" }
|
|
|
|
log = "0.4.8"
|
|
pretty_env_logger = "0.3.1"
|