worlds-history-sim-rs/Cargo.toml

13 lines
250 B
TOML
Raw Normal View History

2022-08-25 15:45:45 +02:00
[package]
name = "worlds-sim-rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies.save]
path = "save"
[dependencies.serde-xml-rs]
version = "0.5.1"