diff options
author | tcmal <tcmal> | 2023-06-19 12:55:14 +0000 |
---|---|---|
committer | Aria <me@aria.rip> | 2023-10-01 17:31:30 +0100 |
commit | 15c823e14ea728d57bcb79af852d99d294d9dc43 (patch) | |
tree | b7f8949128d81ba408a5f962b2147483a429256d /incria/Cargo.toml | |
parent | 3291ea405b60695a25703e713c7fc47dda602e8d (diff) |
add tracing
Diffstat (limited to 'incria/Cargo.toml')
-rw-r--r-- | incria/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/incria/Cargo.toml b/incria/Cargo.toml index 55e6cdf..db0df01 100644 --- a/incria/Cargo.toml +++ b/incria/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" [dependencies] blink-alloc = { version = "0.3.0", features = ["sync"] } tokio = { version = "1.28.1", features = ["sync", "rt"] } +tracing = { version = "0.1" } [dev-dependencies] tokio = { version = "1.28.1", features = ["macros", "sync", "rt-multi-thread"] } |