espanso/espanso-detect/Cargo.toml

25 lines
469 B
TOML
Raw Normal View History

2021-01-29 20:55:47 +00:00
[package]
name = "espanso-detect"
version = "0.1.0"
authors = ["Federico Terzi <federico-terzi@users.noreply.github.com>"]
edition = "2018"
build="build.rs"
[dependencies]
log = "0.4.14"
2021-01-31 17:09:03 +00:00
lazycell = "1.3.0"
2021-01-29 20:55:47 +00:00
[target.'cfg(windows)'.dependencies]
widestring = "0.4.3"
2021-02-04 21:12:30 +00:00
[target.'cfg(target_os="linux")'.dependencies]
libc = "0.2.85"
anyhow = "1.0.38"
thiserror = "1.0.23"
scopeguard = "1.1.0"
2021-01-29 20:55:47 +00:00
[build-dependencies]
2021-01-29 21:24:24 +00:00
cc = "1.0.66"
[dev-dependencies]
enum-as-inner = "0.3.3"