jenslog-rs/Cargo.toml

14 lines
321 B
TOML

[package]
name = "jenslog-rs"
version = "0.1.1"
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"
dirs = "3.0"
lazy_static = "1.4.0"