Fix license and formatting

This commit is contained in:
finga 2021-03-12 17:24:21 +01:00
parent ce5b41772c
commit c07376a53d

View file

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