diff options
author | FxQnLr <[email protected]> | 2024-02-15 17:17:30 +0100 |
---|---|---|
committer | FxQnLr <[email protected]> | 2024-02-15 17:17:30 +0100 |
commit | 3bc7cf8ed36016ca3da9438a98f4fe8b8e6f9e61 (patch) | |
tree | 48a38a52ebfc41fadab439b9a87fae3d43f78790 /Cargo.lock | |
parent | c663810817183c8f92a4279236ca84d271365088 (diff) | |
download | webol-3bc7cf8ed36016ca3da9438a98f4fe8b8e6f9e61.tar webol-3bc7cf8ed36016ca3da9438a98f4fe8b8e6f9e61.tar.gz webol-3bc7cf8ed36016ca3da9438a98f4fe8b8e6f9e61.zip |
Closes #10 & #12. Added `thiserror` crate and changed to `IntoSocketAddr` for easier usage and error handling
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2353,7 +2353,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | |||
2353 | 2353 | ||
2354 | [[package]] | 2354 | [[package]] |
2355 | name = "webol" | 2355 | name = "webol" |
2356 | version = "0.3.1" | 2356 | version = "0.3.2" |
2357 | dependencies = [ | 2357 | dependencies = [ |
2358 | "axum", | 2358 | "axum", |
2359 | "axum-macros", | 2359 | "axum-macros", |
@@ -2364,6 +2364,7 @@ dependencies = [ | |||
2364 | "serde_json", | 2364 | "serde_json", |
2365 | "sqlx", | 2365 | "sqlx", |
2366 | "surge-ping", | 2366 | "surge-ping", |
2367 | "thiserror", | ||
2367 | "time", | 2368 | "time", |
2368 | "tokio", | 2369 | "tokio", |
2369 | "tracing", | 2370 | "tracing", |