pop-launcher/bin/Cargo.toml

26 lines
572 B
TOML
Raw Normal View History

[package]
name = "pop-launcher-bin"
2025-10-01 18:36:56 +02:00
version = "1.2.7"
license = "GPL-3.0-only"
2024-07-13 01:13:17 +02:00
edition.workspace = true
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pop-launcher-toolkit = { path = "../toolkit" }
2024-07-13 01:13:17 +02:00
tracing.workspace = true
tracing-subscriber = { version = "0.3.20", default-features = false, features = [
"std",
"fmt",
"env-filter",
"chrono",
] }
tracing-journald = "0.3.1"
2024-07-13 01:13:17 +02:00
dirs.workspace = true
mimalloc = "0.1.48"
[dependencies.tokio]
2024-07-13 01:13:17 +02:00
workspace = true
features = ["rt"]