ffxii-tza-auto-notes/Cargo.toml

18 lines
374 B
TOML

[package]
name = "ffxii-tza-auto-notes"
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"
vmemory = "0.1"
sysinfo = "0.23"
process_list = "0.2"
itertools = "0.10"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
maplit = "1"
lazy_static = "1"