pop-launcher/Cargo.toml
Michael Aaron Murphy 77503b1545 chore: Remove dependency on futures-codec
We were only using it for splitting lines, which is already possible
without it.
2021-08-26 18:42:56 +02:00

18 lines
No EOL
449 B
TOML

[package]
name = "pop-launcher"
version = "1.0.0"
authors = ["Michael Aaron Murphy <mmstick@pm.me>"]
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"
const_format = "0.2"
futures-lite = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_with = "1"