diff options
author | cel 🌸 <cel@blos.sm> | 2024-01-30 17:04:42 +0000 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2024-01-30 17:04:42 +0000 |
commit | 27ff3d00bd770e2ebe2e42acc28356ac5b8efaad (patch) | |
tree | b6b1d2efd2e397d1b9afc30e668f2e068f93a23e /Cargo.toml | |
parent | 849a348503ca38c171276f658f1ac4bd273ef2d1 (diff) | |
download | blossom-27ff3d00bd770e2ebe2e42acc28356ac5b8efaad.tar.gz blossom-27ff3d00bd770e2ebe2e42acc28356ac5b8efaad.tar.bz2 blossom-27ff3d00bd770e2ebe2e42acc28356ac5b8efaad.zip |
add tracing
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,3 +28,5 @@ askama_poem = { git = "https://bunny.garden/forks/askama.git" } rust-embed = "8.2.0" rand = "0.8.5" thiserror = "1.0.56" +tracing = "0.1.40" +tracing-subscriber = "0.3.18" |