From 64e7ba7c614d97117505f6e1b382cb48c77085bf Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 15 Oct 2024 20:52:02 +0200 Subject: [PATCH] change base cargo.toml --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0543e1f..364a063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] -name = "template" +name = "base" version = "0.1.0" edition = "2021" publish = false authors = ["Christoph J. Scherr "] -license = "MIT" +license = "GPL-3.0-or-later" description = "No description yet" readme = "README.md" homepage = "https://git.cscherr.de/PlexSheep/rs-base" @@ -13,4 +13,3 @@ keywords = ["template"] [dependencies] -