[package] name = "secret-santa-rs" version = "1.2.4" edition = "2021" authors = [ "Nora Perry" ] description = "Generator for who buys for who in a secret santa." license = "Unlicense" homepage = "https://codeberg.org/NoraPerry/secret-santa-rs" repository = "https://codeberg.org/NoraPerry/secret-santa-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.70" rand = "0.8.5" clap = { version = "4.2.1", features = [ "derive" ] } grouper = "0.4.0"