ldap commit_1

This commit is contained in:
Mateusz Gruszczyński
2026-07-25 20:35:39 +02:00
parent ccde496e55
commit fcf7910f28
16 changed files with 608 additions and 13 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rustpad"
version = "0.0.29"
version = "0.0.30"
edition = "2024"
rust-version = "1.94"
description = "Collaborative Markdown notepad built with Axum, WebSockets and SQLite, PostgreSQL and MySQL"
@@ -18,6 +18,7 @@ dotenvy = "0.15"
futures-util = "0.3"
mime_guess = "2"
lettre = { version = "0.11", default-features = false, features = ["builder", "smtp-transport", "tokio1-rustls-tls"] }
ldap3 = { version = "0.12", default-features = false, features = ["tls-rustls-ring"] }
sha2 = "0.10"
rand_core = { version = "0.6", features = ["getrandom"] }
serde = { version = "1", features = ["derive"] }