[package] name = "swatch" version = "0.1.5" authors = ["jharrymoore "] description = "A TUI to manage and monitor your SLURM jobs" license = "MIT" edition = "2021" [dependencies] anyhow = "1.0.75" chrono = "0.4.31" clap = { version = "4.4.8", features = ["derive"] } crossbeam = "0.8.2" crossterm = "0.27.0" fern = "0.6.2" humantime = "2.1.0" log = "0.4.20" notify = "6.1.1" ratatui = "0.26.1" [[bin]] name = "swatch" path = "src/main.rs"