[package] name = "tayum-cli" authors = ["Jackson Novak "] version = "0.1.0" edition = "2021" description = "A command line tool to generate words. (Uses the 'tayum' crate.)" license = "MIT" repository = "https://gitlab.com/Oglo12/tayum-cli.git" [dependencies] clap = { version = "4.4.12", features = ["derive"] } tayum = "0.1.0"