[package] name = "desktopd" version = "1.0.0" authors = ["Karsten Gebbert "] description = "Browse sway/i3 windows and browser tabs." homepage = "https://github.com/krgn/desktopd" repository = "https://github.com/krgn/desktopd" license-file = "../LICENSE" readme = "../README.md" keywords = ["firefox", "sway"] edition = "2018" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" url = "2.2.0" futures = "0.3" env_logger = "0.8" log = "0.4" async-std = { version = "1.6", features = ["attributes"] } async-i3ipc = { version = "0.2", features = ["sway"] } async-tungstenite = { version = "0.10", features = ["async-std-runtime"]} notify-rust = "4.0.0" skim = "0.9.3" async-process = "1.0.1" tabular = "0.1.4"