jenslog-rs/Cargo.toml

14 lines
321 B
TOML
Raw Normal View History

2020-08-25 13:12:41 +02:00
[package]
name = "jenslog-rs"
2020-08-26 16:21:38 +02:00
version = "0.1.1"
2020-08-25 13:12:41 +02:00
authors = ["LordMZTE <lord@mzte.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
winapi = { version = "0.3.9", features = ["winuser"] }
wio = "0.2.2"
2020-08-25 16:37:58 +02:00
dirs = "3.0"
lazy_static = "1.4.0"