diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 532c12d..8724300 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,8 @@ edition = "2021" [dependencies] bitflags = "2.6.0" +tracing = "0.1.40" +tracing-subscriber = "0.3.18" [lints.rust] missing_copy_implementations = "warn" |