diff options
| author | mrw1593 <botahamec@outlook.com> | 2023-05-29 10:51:10 -0400 |
|---|---|---|
| committer | mrw1593 <botahamec@outlook.com> | 2023-05-29 10:51:10 -0400 |
| commit | e048d7d050f87e9e5bf06f01e39fd417d6868c7e (patch) | |
| tree | 8312a39234b7f78699914cba06ce2328b047625d /Cargo.lock | |
| parent | e38854c7db0fe6f006304d7f638b6aa190fc2d87 (diff) | |
Create a Client struct
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1628,6 +1628,7 @@ dependencies = [ "tera", "thiserror", "unic-langid", + "url", "uuid", ] @@ -2309,6 +2310,7 @@ dependencies = [ "form_urlencoded", "idna", "percent-encoding", + "serde", ] [[package]] |
