1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/wezterm-toast-notification/Cargo.toml
Wez Furlong a1f55049c5 deps: upgrade open 1.4 -> 2.0
The main difference is that it can now use `wslview` to open things
across wsl boundaries.

closes: #982
2021-07-26 08:15:02 -07:00

30 lines
692 B
TOML

[package]
name = "wezterm-toast-notification"
version = "0.1.0"
authors = ["Wez Furlong <wez@wezfurlong.org>"]
edition = "2018"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
open = "2.0"
log = "0.4"
[target.'cfg(all(not(windows), not(target_os="macos"), not(target_os="freebsd")))'.dependencies]
serde = {version="1.0", features = ["derive"]}
zbus = "1.8"
zvariant = "2.0"
[target.'cfg(target_os="macos")'.dependencies]
cocoa = "0.20"
core-foundation = "0.7"
objc = "0.2"
[target.'cfg(windows)'.dependencies]
windows = "0.11"
xml-rs = "0.8"
[target.'cfg(windows)'.build-dependencies]
windows = "0.11"