Remove license-file from Cargo.toml as it is apparently redundant (#4218)

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2024-01-23 17:40:30 +01:00 committed by GitHub
parent 5ea311909a
commit 21e6b09361
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
84 changed files with 83 additions and 84 deletions

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
license-file = "../../LICENSE-AGPL"
[lib]
path = "src/language_tools.rs"