[package] name = "mptask" version = "0.1.0" edition = "2021" [[bin]] name = "mptask" path = "src/main.rs" [dependencies] makepad-widgets = { path = "../../widgets" } mp-theme = { path = "../../libs/mp_theme" } mp-wm-api = { path = "../../libs/mp_wm_api" }