diff options
author | FxQnLr <[email protected]> | 2024-06-17 12:04:44 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-17 12:04:44 +0200 |
commit | 38025a3e35c960ed03f520f911b40608b9f9abd3 (patch) | |
tree | 6ee75dc72f1e2401bce4664ec5bae68aaf1e7df0 /Cargo.toml | |
parent | c6baa076dc41dd43b3888d713fcf39fa901d2cd3 (diff) | |
parent | 45724c4a8b293e8696ef487368f72f90a5c7a01d (diff) | |
download | webol-38025a3e35c960ed03f520f911b40608b9f9abd3.tar webol-38025a3e35c960ed03f520f911b40608b9f9abd3.tar.gz webol-38025a3e35c960ed03f520f911b40608b9f9abd3.zip |
Merge pull request #38 from FxQnLr/time
Time
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "webol" | 2 | name = "webol" |
3 | version = "0.4.1" | 3 | version = "0.4.2" |
4 | edition = "2021" | 4 | edition = "2021" |
5 | 5 | ||
6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | 6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
@@ -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" |