lodestone-levels-calc-rs/Cargo.toml

12 lines
339 B
TOML

[package]
name = "lodestone-level-calc-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.79"
serde = { version = "1.0.196", features = ["alloc", "serde_derive"] }
serde_json = { version = "1.0.113", features = ["alloc"] }