From 0aeff167026fb1842e43c1bc2e183ce76c450e0f Mon Sep 17 00:00:00 2001 From: vodofrede Date: Sun, 24 Oct 2021 14:37:12 +0200 Subject: [PATCH] Updated license in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fdc5001..da48f09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "eyes" version = "1.0.0" edition = "2018" description = "A simpler way to parse using human-readable templates" -license-file="LICENSE.txt" +license="BSD-3-Clause" homepage = "https://git.palmoe.dk/vodofrede/eyes/" repository = "https://git.palmoe.dk/vodofrede/eyes/" readme = "README.md"