pop-launcher/bin/Cargo.toml

20 lines
497 B
TOML
Raw Normal View History

[package]
name = "pop-launcher-bin"
2022-03-29 13:19:57 +02:00
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-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"] }
dirs = "4.0.0"
2022-11-05 00:38:35 +01:00
mimalloc = "0.1.30"
[dependencies.tokio]
2022-11-05 00:38:35 +01:00
version = "1.21.2"
features = ["rt"]