2021-06-09 19:48:39 +00:00
|
|
|
[package]
|
|
|
|
name = "espanso-mac-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Federico Terzi <federico-terzi@users.noreply.github.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
build="build.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
log = "0.4.14"
|
|
|
|
lazycell = "1.3.0"
|
|
|
|
anyhow = "1.0.38"
|
|
|
|
thiserror = "1.0.23"
|
|
|
|
lazy_static = "1.4.0"
|
|
|
|
regex = "1.4.3"
|
|
|
|
|
|
|
|
[build-dependencies]
|
2022-03-05 21:05:15 +00:00
|
|
|
cc = "1.0.73"
|