[package] name = "packie-cli" version = "0.1.0" edition = "2024" [[bin]] name = "packie" path = "src/main.rs" [dependencies] anyhow = "1" chrono = "0.4" clap = { version = "4", features = ["derive"] } console = "0.16" nix = { version = "0.31", features = ["sched"] } itertools = "0.15" packie = { path = "../" } rust-i18n = "4" indicatif = "0.18" dialoguer = "0.12"