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
84 changed files with 83 additions and 84 deletions
+1 -1
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/node_runtime.rs"