From 1bcaa3d1640cc04024b005d51d094cd0f27737aa Mon Sep 17 00:00:00 2001 From: finga Date: Fri, 12 Mar 2021 17:24:21 +0100 Subject: [PATCH] Fix license and formatting --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c4d28f3..51e1786 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,11 +3,11 @@ name = "ldap0r" version = "0.1.0" authors = ["finga "] 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"