removed license-file fields

This commit is contained in:
Emma Tebibyte 2022-10-14 00:09:34 -04:00
parent d1620f1751
commit 4173e75b81
4 changed files with 0 additions and 4 deletions

View File

@ -3,7 +3,6 @@ name = "canary_egui_harness"
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0-or-later"
license-file = "../../COPYING"
[dependencies]
canary = { path = "../.." }

View File

@ -3,7 +3,6 @@ name = "sao-ui-rs"
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0-or-later"
license-file = "../../COPYING"
[lib]
crate-type = ["cdylib"]

View File

@ -3,7 +3,6 @@ name = "canary_script"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
license-file = "LICENSE"
[dependencies]
bitflags = "^1"

View File

@ -3,7 +3,6 @@ name = "canary_types"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
license-file = "LICENSE"
[dependencies]
bytemuck = { version = "1", features = ["derive"] }