🔧 (Cargo.toml): Update license identifier from 'GPL 3.0' to 'GPL-3.0-only' for better SPDX compliance

This commit is contained in:
daniloaz 2024-03-23 13:34:01 +01:00
parent cd3ffbf75a
commit dfd6b4a2b7

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["Daniel López Azaña <daniloaz@gmail.com>"] authors = ["Daniel López Azaña <daniloaz@gmail.com>"]
description = "A Rust client for Lightstreamer, designed to facilitate real-time communication with Lightstreamer servers." description = "A Rust client for Lightstreamer, designed to facilitate real-time communication with Lightstreamer servers."
license = "GPL 3.0" license = "GPL-3.0-only"
repository = "https://github.com/daniloaz/lightstreamer-client" repository = "https://github.com/daniloaz/lightstreamer-client"
documentation = "https://github.com/daniloaz/lightstreamer-client#readme" documentation = "https://github.com/daniloaz/lightstreamer-client#readme"