ldap0r/Cargo.toml
2021-03-12 17:24:21 +01:00

17 lines
351 B
TOML

[package]
name = "ldap0r"
version = "0.1.0"
authors = ["finga <finga@onders.org>"]
edition = "2018"
license = "GPL-3.0-or-later"
[dependencies]
rocket = "0.4"
rocket_contrib = { version = "0.4", default-features = false , features = ["handlebars_templates"] }
anyhow = "1.0"
log = "0.4"
ldap3 = "0.7"
lettre = "0.9"
lettre_email = "0.9"
rand = "0.7"