summaryrefslogtreecommitdiff
path: root/Cargo.toml
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.toml
parente38854c7db0fe6f006304d7f638b6aa190fc2d87 (diff)
Create a Client struct
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f56f5fb..5195d8b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ serde = "1"
thiserror = "1"
rust-argon2 = "1"
uuid = { version = "1", features = [ "v4", "fast-rng", "serde" ] }
+url = { version = "2", features = ["serde"] }
raise = "2"
exun = "0.1"
rust-ini = "0.18"