candifloss 7659b22dd6 Re-organize project
- 3 Crates:
  - UI: Move existing crate
  - Daemon: Init binary crate
  - Config: Init library crate
2025-12-10 10:40:38 +05:30

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"] }