2021-08-14 14:19:42 +02:00
|
|
|
[package]
|
|
|
|
|
name = "pop-launcher-bin"
|
2021-11-22 22:10:20 +01:00
|
|
|
version = "1.1.0"
|
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]
|
|
|
|
|
pop-launcher-plugins = { path = "../plugins" }
|
|
|
|
|
pop-launcher-service = { path = "../service" }
|
|
|
|
|
smol = "1"
|
|
|
|
|
tracing = "0.1"
|
2021-10-29 17:58:46 +02:00
|
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|