Fixed license and bump dependencies

This commit is contained in:
ElBe 2023-09-15 07:14:05 +02:00
parent 97b67a7713
commit 5f1952f362

View File

@ -10,6 +10,7 @@ rust-version = "1.69"
documentation = "https://docs.rs/localizer_rs/"
readme = ".github/README.md"
repository = "https://github.com/ElBe-Development/localizer-rs/"
license = "MIT"
license-file = "LICENSE.txt"
keywords = ["i18n", "L10n", "json", "local", "translation"]
categories = [
@ -20,4 +21,4 @@ publish = true
[dependencies]
serde = "1.0.188"
serde_json = "1.0.106"
serde_json = "1.0.107"