2019-03-03 22:02:38 +00:00
|
|
|
[package]
|
|
|
|
name = "veloren-chat-cli"
|
2020-08-14 10:25:43 +00:00
|
|
|
version = "0.7.0"
|
2019-03-03 22:02:38 +00:00
|
|
|
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
client = { package = "veloren-client", path = "../client" }
|
|
|
|
common = { package = "veloren-common", path = "../common" }
|
|
|
|
|
2020-06-21 21:47:49 +00:00
|
|
|
tracing = { version = "0.1", default-features = false }
|
2020-06-21 14:26:06 +00:00
|
|
|
tracing-subscriber = { version = "0.2.3", default-features = false, features = ["fmt", "chrono", "ansi", "smallvec"] }
|