[package] name = "rsqueue" version = "0.1.0" authors = ["Yangyang Li "] description = "A Nicer Summary of slurm Command" repository = "https://github.com/cauliyang/rsqueue" categories = ["command-line-interface"] documentation = "https://docs.rs/rsqueue" readme = "README.md" keywords = [ "cli", "slurm" ] license = "MIT" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" thiserror = "1.0" assert_cmd = "2.0.5" clap-verbosity-flag = "2.0.0" clap = "4.0.18" ctrlc = "3.2.3" indicatif = "0.17.1" human-panic = "1.0.3" log = "0.4.17" clap_complete = "4.0.3" termcolor = "1.1.3" comfy-table = "6.1.1"