wayfarer/crates/save/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

12 lines
176 B
TOML

[package]
name = "jrny-save"
version.workspace = true
edition.workspace = true
license-file.workspace = true
[dependencies]
binrw = "0.11"
chrono = "0.4"
urlencoding = "2.1"