Fix license and formatting
This commit is contained in:
parent
4b86d2a6c1
commit
1bcaa3d164
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@ name = "ldap0r"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["finga <finga@onders.org>"]
|
authors = ["finga <finga@onders.org>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0-or-later"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rocket = "0.4"
|
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"
|
anyhow = "1.0"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
ldap3 = "0.7"
|
ldap3 = "0.7"
|
||||||
|
|
Loading…
Reference in a new issue