Files
DesktopUI/Cargo.toml
Erik Hollensbe a31ad65893 experimental debian and rpm packages
Signed-off-by: Erik Hollensbe <linux@hollensbe.org>
2022-01-08 14:10:17 -08:00

43 lines
1.0 KiB
TOML

[package]
name = "zerotier_desktop_ui"
version = "1.8.4"
authors = ["Adam Ierymenko <adam.ierymenko@zerotier.com>"]
edition = "2018"
license = "MPL 2.0"
description = "UI for ZeroTier One, a comprehensive SD-WAN solution"
[profile.release]
opt-level = 'z'
lto = true
codegen-units = 1
panic = 'abort'
[patch.crates-io]
tao = { path = "vendor-fixed/tao" }
[dependencies]
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
ureq = { version = "^2", features = [] }
single-instance = "^0"
chrono = "^0"
parking_lot = "^0"
notify-rust = "^4"
crc64 = "^1"
runas = "^0"
wry = "0.12.2"
#wry = { git = "https://github.com/tauri-apps/wry", rev = "c4156697850d619948c13ad5260b9d7bb453df46" }
[target.'cfg(target_os = "macos")'.dependencies]
plist = "^1"
web-view = { path = "web-view", features = [] }
[target.'cfg(windows)'.dependencies]
winreg = "^0"
[package.metadata.deb]
copyright = "ZeroTier, Inc"
[package.metadata.generate-rpm]
assets = [ { source = "target/release/zerotier_desktop_ui", dest = "/usr/bin/zerotier_desktop_ui", mode = "755" } ]