[package] name = "veloren-chat-cli" version = "0.7.0" authors = ["Joshua Barretto "] edition = "2018" [dependencies] client = { package = "veloren-client", path = "../client" } common = { package = "veloren-common", path = "../common" } tracing = { version = "0.1", default-features = false } tracing-subscriber = { version = "0.2.3", default-features = false, features = ["fmt", "chrono", "ansi", "smallvec"] }