Fix typo in Cargo.toml

It's license-file not license_file
This commit is contained in:
Patrick Auernig 2023-08-07 16:56:26 +02:00
parent c84011363a
commit fde2b5f84e
3 changed files with 3 additions and 3 deletions

View File

@ -9,4 +9,4 @@ members = [
[workspace.package]
version = "0.1.0"
edition = "2021"
license_file = "LICENSE"
license-file = "LICENSE"

View File

@ -2,7 +2,7 @@
name = "jrny-save"
version.workspace = true
edition.workspace = true
license_file.workspace = true
license-file.workspace = true
[dependencies]

View File

@ -2,7 +2,7 @@
name = "wayfarer"
version.workspace = true
edition.workspace = true
license_file.workspace = true
license-file.workspace = true
[dependencies]