summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-05-29 10:51:10 -0400
committermrw1593 <botahamec@outlook.com>2023-05-29 10:51:10 -0400
commite048d7d050f87e9e5bf06f01e39fd417d6868c7e (patch)
tree8312a39234b7f78699914cba06ce2328b047625d /Cargo.lock
parente38854c7db0fe6f006304d7f638b6aa190fc2d87 (diff)
Create a Client struct
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ffe67bd..4d05ec5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1628,6 +1628,7 @@ dependencies = [
"tera",
"thiserror",
"unic-langid",
+ "url",
"uuid",
]
@@ -2309,6 +2310,7 @@ dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
+ "serde",
]
[[package]]