wayfarer/crates/save/Cargo.toml

18 lines
252 B
TOML

[package]
name = "jrny-save"
version.workspace = true
edition.workspace = true
license-file.workspace = true
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
thiserror = "1.0"
binrw = "0.11"
chrono = "0.4"
urlencoding = "2.1"
substring = "1.4"