[package] name = "numerologie" version = "0.9.0" edition = "2021" authors = ["Bjoern "] license = "MIT" keywords = ["Numerologie", "Birthday"] categories = ["command-line-utilities", "algorithms"] description = "A command line utility that generates Numerologie based on a birthdate" readme = "README.md" repository = "https://github.com/student1304/numerologie_cli" # homepage = "None" # documentation = "None" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.10", features = ["derive"] }