summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-03-19 11:19:40 -0400
committermrw1593 <botahamec@outlook.com>2023-03-19 11:19:40 -0400
commitc00129570baaabe71a3778bc35820e441f51174b (patch)
treea813caca5c22a9ae0a33d861ce6d87b248ea9831 /Cargo.toml
parente1793b571eadb06c3da09697d379eccd72b12b73 (diff)
Setup sqlx
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ecf7442..f18c794 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,5 @@ edition = "2021"
[dependencies]
actix-web = "4"
+sqlx = { version = "0.6", features = [ "runtime-actix-rustls", "mysql", "uuid", "offline" ] }
+exun = "0.1"