aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorFxQnLr <[email protected]>2024-02-15 17:17:30 +0100
committerFxQnLr <[email protected]>2024-02-15 17:17:30 +0100
commit3bc7cf8ed36016ca3da9438a98f4fe8b8e6f9e61 (patch)
tree48a38a52ebfc41fadab439b9a87fae3d43f78790 /Cargo.lock
parentc663810817183c8f92a4279236ca84d271365088 (diff)
downloadwebol-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.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f95052b..835335b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2353,7 +2353,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2353 2353
2354[[package]] 2354[[package]]
2355name = "webol" 2355name = "webol"
2356version = "0.3.1" 2356version = "0.3.2"
2357dependencies = [ 2357dependencies = [
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",