fix license in toml

This commit is contained in:
Vinzenz Schroeter 2024-05-12 01:38:29 +02:00
parent 61b3fac20d
commit f98950725a
3 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
[package]
name = "servicepoint2"
version = "0.1.1"
version = "0.1.2"
publish = true
edition = "2021"
license-file = "LICENSE"
license = "GPL-3.0-or-later"
description = "A rust library for the CCCB Service Point Display."
homepage = "https://github.com/kaesaecracker/servicepoint"
repository = "https://github.com/kaesaecracker/servicepoint"