[package] name = "btb" version = "0.2.0" authors = ["Xylight "] description = "Base to base, a Rust tool to convert numbers between bases" readme = "README.md" homepage = "https://github.com/Xyphyn/base-to-base" repository = "https://github.com/Xyphyn/base-to-base" keywords = ["cli", "base", "convert"] categories = ["command-line-utilities"] license = "GPL-3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.2", features = ["derive"] }