summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2025-12-08 20:08:21 -0500
committerMica White <botahamec@outlook.com>2025-12-08 20:08:21 -0500
commit608ce1d9910cd68ce825838ea313e02c598f908e (patch)
tree0bd4ad26f86e5c873f97308983112b0ffe593df3 /Cargo.toml
parent93fd2e82e8fdc5ee62739053385f8ccffc660f02 (diff)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml76
1 files changed, 38 insertions, 38 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dd52982..c7651ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,38 +1,38 @@
-[package]
-name = "rust-pw-server"
-version = "0.1.0"
-edition = "2021"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
-actix-web = { version = "4", features = ["rustls"] }
-actix-rt = "2"
-tera = "1"
-serde = "1"
-thiserror = "1"
-rust-argon2 = "1"
-path-clean = "1"
-uuid = { version = "1", features = [ "v4", "fast-rng", "serde" ] }
-url = { version = "2", features = ["serde"] }
-raise = "2"
-serde_json = "1"
-exun = "0.1"
-base64 = "0.21"
-rust-ini = "0.18"
-jwt = "0.16"
-dotenv = "0.15"
-hmac = "0.12"
-parking_lot = "0.12"
-grass = "0.12"
-sha2 = "0.10"
-unic-langid = { version = "0.9", features = ["serde"] }
-rand = "0.8"
-bpaf = { version = "0.8", features = ["derive"] }
-serde_urlencoded = "0.7"
-toml = { version = "0.7", features = ["parse"] }
-sqlx = { version = "0.6", features = [ "runtime-actix-rustls", "mysql", "uuid", "chrono", "offline" ] }
-log = "0.4"
-chrono = { version = "0.4", features = ["serde"] }
-hex = "0.4"
-serde_variant = "0.1"
+[package]
+name = "rust-pw-server"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+actix-web = { version = "4", features = ["rustls"] }
+actix-rt = "2"
+tera = "1"
+serde = "1"
+thiserror = "1"
+rust-argon2 = "1"
+path-clean = "1"
+uuid = { version = "1", features = [ "v4", "fast-rng", "serde" ] }
+url = { version = "2", features = ["serde"] }
+raise = "2"
+serde_json = "1"
+exun = "0.1"
+base64 = "0.21"
+rust-ini = "0.18"
+jwt = "0.16"
+dotenv = "0.15"
+hmac = "0.12"
+parking_lot = "0.12"
+grass = "0.12"
+sha2 = "0.10"
+unic-langid = { version = "0.9", features = ["serde"] }
+rand = "0.8"
+bpaf = { version = "0.8", features = ["derive"] }
+serde_urlencoded = "0.7"
+toml = { version = "0.7", features = ["parse"] }
+sqlx = { version = "0.6", features = [ "runtime-actix-rustls", "mysql", "uuid", "chrono", "offline" ] }
+log = "0.4"
+chrono = { version = "0.4", features = ["serde"] }
+hex = "0.4"
+serde_variant = "0.1"