2021-08-14 14:19:42 +02:00
|
|
|
[package]
|
|
|
|
|
name = "pop-launcher-bin"
|
2025-10-01 18:36:56 +02:00
|
|
|
version = "1.2.7"
|
2021-11-24 17:56:37 +01:00
|
|
|
license = "GPL-3.0-only"
|
2024-07-13 01:13:17 +02:00
|
|
|
edition.workspace = true
|
2021-08-14 14:19:42 +02:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2022-05-11 14:09:27 +02:00
|
|
|
pop-launcher-toolkit = { path = "../toolkit" }
|
2024-07-13 01:13:17 +02:00
|
|
|
tracing.workspace = true
|
2025-09-25 13:23:32 +02:00
|
|
|
tracing-subscriber = { version = "0.3.20", default-features = false, features = [
|
2024-10-18 17:20:05 +02:00
|
|
|
"std",
|
|
|
|
|
"fmt",
|
|
|
|
|
"env-filter",
|
|
|
|
|
"chrono",
|
|
|
|
|
] }
|
2025-09-25 13:23:32 +02:00
|
|
|
tracing-journald = "0.3.1"
|
2024-07-13 01:13:17 +02:00
|
|
|
dirs.workspace = true
|
2025-09-25 13:23:32 +02:00
|
|
|
mimalloc = "0.1.48"
|
2022-03-27 17:38:37 +02:00
|
|
|
|
|
|
|
|
[dependencies.tokio]
|
2024-07-13 01:13:17 +02:00
|
|
|
workspace = true
|
2022-03-28 00:54:26 +02:00
|
|
|
features = ["rt"]
|