wayfarer/Cargo.toml
Patrick Auernig fde2b5f84e Fix typo in Cargo.toml
It's license-file not license_file
2023-08-07 16:56:26 +02:00

13 lines
165 B
TOML

[workspace]
resolver = "2"
members = [
"crates/save",
"crates/wayfarer",
]
[workspace.package]
version = "0.1.0"
edition = "2021"
license-file = "LICENSE"