pop-launcher/bin/Cargo.toml
Michael Aaron Murphy 33b9a02aab chore(release): 1.2.1
2022-03-30 19:06:53 +02:00

20 lines
543 B
TOML

[package]
name = "pop-launcher-bin"
version = "1.2.1"
edition = "2018"
license = "GPL-3.0-only"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pop-launcher-plugins = { path = "../plugins" }
pop-launcher-service = { path = "../service" }
tracing = "0.1.32"
tracing-subscriber = { version = "0.3.9", default-features = false, features = ["std", "fmt", "env-filter"] }
dirs = "4.0.0"
mimalloc = "0.1.28"
[dependencies.tokio]
version = "1.17.0"
features = ["rt"]