diff options
author | FxQnLr <[email protected]> | 2024-03-05 13:16:18 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-05 13:16:18 +0100 |
commit | 8dca7e83519b6c3531653cdedf60b2a14e1035b7 (patch) | |
tree | 0180a452dd354b067470618e6dbdc330649287cb /Cargo.toml | |
parent | f0dc13f907a72ffef44f89b5e197567db129b020 (diff) | |
parent | 85c63c2ca8448428e2db93cb9d4f284a4e314ed7 (diff) | |
download | webol-8dca7e83519b6c3531653cdedf60b2a14e1035b7.tar webol-8dca7e83519b6c3531653cdedf60b2a14e1035b7.tar.gz webol-8dca7e83519b6c3531653cdedf60b2a14e1035b7.zip |
Merge pull request #22 from FxQnLr/0.3.3
0.3.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,6 +1,6 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "webol" | 2 | name = "webol" |
3 | version = "0.3.2" | 3 | version = "0.3.3" |
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 |
@@ -21,6 +21,8 @@ uuid = { version = "1.6", features = ["v4", "fast-rng"] } | |||
21 | dashmap = "5.5" | 21 | dashmap = "5.5" |
22 | color-eyre = "0.6" | 22 | color-eyre = "0.6" |
23 | thiserror = "1.0" | 23 | thiserror = "1.0" |
24 | ipnetwork = "0.20.0" | 24 | ipnetwork = "0.20" |
25 | mac_address = { version = "1.1.5", features = ["serde"] } | 25 | mac_address = { version = "1.1", features = ["serde"] } |
26 | tracing-appender = "0.2.3" | 26 | tracing-appender = "0.2.3" |
27 | utoipa = { version = "4.2", features = ["axum_extras"] } | ||
28 | utoipa-swagger-ui = { version = "6.0", features = ["axum"] } | ||