summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2023-12-11 11:24:37 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2023-12-11 11:24:37 +0000
commit159b239aa2964f6c07438638b967746354376b2e (patch)
tree4b2b857c9d6ec11e3397e70cc77da51186728d55 /Cargo.toml
parent2407c1a4a55d17817b31f7ca5cac9d68b27f536c (diff)
downloadpinussy-159b239aa2964f6c07438638b967746354376b2e.tar.gz
pinussy-159b239aa2964f6c07438638b967746354376b2e.tar.bz2
pinussy-159b239aa2964f6c07438638b967746354376b2e.zip
implement log-in
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 9b847e9..708133b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ build = "src/build.rs"
ructe = { version = "0.17.0", features = ["sass", "mime03"] }
[dependencies]
+actix-session = { version = "0.8.0", features = ["cookie-session"] }
actix-web = "4.4.0"
bcrypt = "0.15.0"
mime = "0.3.17"