mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
17 lines
410 B
TOML
17 lines
410 B
TOML
[package]
|
|
authors = ["Marcel Märtens <marcel.cochem@googlemail.com>"]
|
|
edition = "2021"
|
|
name = "veloren-common-base"
|
|
description = "minimal dependency for crates to now depend on whole common"
|
|
version = "0.10.0"
|
|
|
|
[features]
|
|
tracy = ["tracy-client"]
|
|
|
|
[dependencies]
|
|
tracing = { version = "0.1", default-features = false }
|
|
directories-next = "2.0"
|
|
|
|
# Tracy
|
|
tracy-client = { version = "0.13.1", optional = true }
|