change base cargo.toml
cargo devel CI / cargo CI (push) Failing after 54s Details

This commit is contained in:
Christoph J. Scherr 2024-10-15 20:52:02 +02:00
parent 6c33147b54
commit 64e7ba7c61
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,10 @@
[package] [package]
name = "template" name = "base"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
publish = false publish = false
authors = ["Christoph J. Scherr <software@cscherr.de>"] authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "MIT" license = "GPL-3.0-or-later"
description = "No description yet" description = "No description yet"
readme = "README.md" readme = "README.md"
homepage = "https://git.cscherr.de/PlexSheep/rs-base" homepage = "https://git.cscherr.de/PlexSheep/rs-base"
@ -13,4 +13,3 @@ keywords = ["template"]
[dependencies] [dependencies]