[package] name = "pop-launcher" version = "1.1.1" license = "MPL-2.0" authors = ["Michael Aaron Murphy "] description = "Library for writing plugins and frontends for pop-launcher" repository = "https://github.com/pop-os/launcher" edition = "2018" [workspace] members = ["bin", "plugins", "service"] [dependencies] blocking = "1.2.0" const_format = "0.2.22" dirs = "4.0.0" futures = "0.3.21" serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.79" serde_with = "1.12.0"