ffxii-tza-auto-notes/Cargo.toml

26 lines
707 B
TOML
Raw Normal View History

2022-03-05 23:26:14 +00:00
[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"
2022-03-06 09:11:58 +00:00
clipboard = "0.5"
druid = { git = "https://github.com/linebender/druid.git", rev = "fc05e965c85fced8720c655685e02478e0530e94", features = ["im", "serde"] }
druid-widget-nursery = { git = "https://github.com/linebender/druid-widget-nursery" }
2022-03-05 23:26:14 +00:00
itertools = "0.10"
2022-03-06 09:11:58 +00:00
image = "0.24"
lazy_static = "1"
maplit = "1"
num-format = "0.4"
parking_lot = "0.12"
process_list = "0.2"
pulldown-cmark = "0.9"
#rfd = "0.6"
2022-03-05 23:26:14 +00:00
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.8"
2022-03-06 09:11:58 +00:00
sysinfo = "0.23"
vmemory = "0.1"