diff options
author | fxqnlr <[email protected]> | 2024-06-17 12:01:22 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2024-06-17 12:01:22 +0200 |
commit | ec17af924767a2ae3c5180d9ea25193d071e5661 (patch) | |
tree | 630b825747dc31212d8f5585a07a02aacba5ee87 /Cargo.toml | |
parent | c6baa076dc41dd43b3888d713fcf39fa901d2cd3 (diff) | |
download | webol-ec17af924767a2ae3c5180d9ea25193d071e5661.tar webol-ec17af924767a2ae3c5180d9ea25193d071e5661.tar.gz webol-ec17af924767a2ae3c5180d9ea25193d071e5661.zip |
Closes #20. Use chrono and seperate timers in logging
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ edition = "2021" | |||
9 | axum = { version = "0.7", features = ["ws"] } | 9 | axum = { version = "0.7", features = ["ws"] } |
10 | tokio = { version = "1.38", features = ["macros", "rt-multi-thread"] } | 10 | tokio = { version = "1.38", features = ["macros", "rt-multi-thread"] } |
11 | tracing = "0.1" | 11 | tracing = "0.1" |
12 | tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time", "time"] } | 12 | tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time", "chrono"] } |
13 | time = { version = "0.3", features = ["macros"] } | 13 | time = { version = "0.3", features = ["macros"] } |
14 | serde = { version = "1.0", features = ["derive"] } | 14 | serde = { version = "1.0", features = ["derive"] } |
15 | serde_json = "1.0" | 15 | serde_json = "1.0" |