diff options
| author | Sophie Forrest <git@sophieforrest.com> | 2024-10-04 23:46:51 +1300 |
|---|---|---|
| committer | Sophie Forrest <git@sophieforrest.com> | 2024-10-04 23:46:51 +1300 |
| commit | f6afe603e76e92413b875478ac1eb9fc9a2012d8 (patch) | |
| tree | 052fbe9dacc8a250b13d20462865c9679e73f201 /Cargo.toml | |
| parent | 21d0fe6f99c81308fdb392ff8033f09dff90c46c (diff) | |
feat: add logging
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" |