Skip to content

Commit fe658cd

Browse files
committed
Tracing
1 parent 05fa2cb commit fe658cd

File tree

4 files changed

+91
-225
lines changed

4 files changed

+91
-225
lines changed

Cargo.lock

Lines changed: 48 additions & 112 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ serde_json = { version = "1.0.81", features = [
1818
] }
1919
serde_with = "2.0.1"
2020
ts-rs = { version = "6.2.0", features = ["indexmap-impl"] }
21-
time-graph = { version = "0.1.3", features = ["table"] }
2221
egui = "0.19.0"
2322
egui_extras = { version = "0.19.0", features = ["image"] }
2423
image = { version = "0.24", features = ["png"] }
@@ -31,6 +30,9 @@ fn-error-context = "0.2.1"
3130
auto_context = { path = "auto_context" }
3231
indexmap = { version = "1.9.1", features = ["serde", "rayon"] }
3332
serde_path_to_error = "0.1.14"
33+
env_logger = "0.10.1"
34+
tracing = "0.1.40"
35+
log = "0.4.20"
3436

3537
[[bin]]
3638
name = "quickentity-rs"

0 commit comments

Comments
 (0)