feat: span tracing!!!

This commit is contained in:
Nova
2023-01-14 22:32:41 -05:00
parent 1a5edee751
commit 73f3d99877
15 changed files with 160 additions and 100 deletions

View File

@@ -23,7 +23,7 @@ parking_lot = "0.12.1"
portable-atomic = {version = "0.3.0", features = ["float", "std"]}
rustc-hash = "1.1.0"
slab = "0.4.6"
tokio = { version = "1", features = ["rt", "signal", "tracing"] }
tokio = { version = "1", features = ["rt", "signal"] }
send_wrapper = "0.6.0"
prisma = "0.1.1"
slog = "2.7.0"
@@ -52,12 +52,16 @@ optional = true
version = "0.1.8"
optional = true
[dependencies.tracing-chrome]
version = "0.7.0"
optional = true
[features]
default = ["wayland"]
wayland = ["dep:smithay", "dep:xkbcommon"]
profile = ["dep:console-subscriber"]
profile_tokio = ["dep:console-subscriber", "tokio/tracing"]
profile_app = ["dep:tracing-chrome"]
# [patch.crates-io.stereokit]
# path = "../stereokit-rs"
# [patch.crates-io.stereokit-sys]
# path = "../stereokit-sys"
# path = "../stereokit-sys"