espanso/espanso-ui/Cargo.toml

16 lines
297 B
TOML
Raw Normal View History

2021-01-30 17:41:47 +00:00
[package]
name = "espanso-ui"
version = "0.1.0"
authors = ["Federico Terzi <federico-terzi@users.noreply.github.com>"]
edition = "2018"
build="build.rs"
[dependencies]
log = "0.4.14"
[target.'cfg(windows)'.dependencies]
widestring = "0.4.3"
lazycell = "1.3.0"
[build-dependencies]
cc = "1.0.66"