- 3 Crates: - UI: Move existing crate - Daemon: Init binary crate - Config: Init library crate
11 lines
269 B
TOML
11 lines
269 B
TOML
[package]
|
|
name = "popcorn-d"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
description = "Popcorn OSD daemon to watch for system events."
|
|
license = "GPL-3+"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
tokio = { version = "1.48.0", features = ["full"] }
|