2021-08-14 14:19:42 +02:00
|
|
|
[package]
|
|
|
|
|
name = "pop-launcher-bin"
|
2022-03-29 13:19:57 +02:00
|
|
|
version = "1.2.1"
|
2021-08-14 14:19:42 +02:00
|
|
|
edition = "2018"
|
2021-11-24 17:56:37 +01:00
|
|
|
license = "GPL-3.0-only"
|
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" }
|
2022-11-05 00:38:35 +01:00
|
|
|
tracing = "0.1.37"
|
|
|
|
|
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["std", "fmt", "env-filter"] }
|
2022-03-28 00:54:26 +02:00
|
|
|
dirs = "4.0.0"
|
2022-11-05 00:38:35 +01:00
|
|
|
mimalloc = "0.1.30"
|
2022-03-27 17:38:37 +02:00
|
|
|
|
|
|
|
|
[dependencies.tokio]
|
2022-11-05 00:38:35 +01:00
|
|
|
version = "1.21.2"
|
2022-03-28 00:54:26 +02:00
|
|
|
features = ["rt"]
|