[package] name = "pop-launcher" version = "1.2.3" 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", "toolkit"] [dependencies] const_format = "0.2.32" dirs = "5.0.1" futures = "0.3.30" serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.116" serde_with = "3.7.0" [profile.release] lto = "fat" panic = "abort" [dependencies.tokio] version = "1.37.0" features = ["io-std", "io-util"] [dependencies.tokio-stream] version = "0.1.15" features = ["io-util"]