[package] name = "rsline" version = "0.2.0" edition = "2021" description = "Easy CLI for Rust 🦀" license = "MIT" documentation = "https://github.com/jasiukiewicztymon/rsline" homepage = "https://github.com/jasiukiewicztymon/rsline" repository = "https://github.com/jasiukiewicztymon/rsline" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html include = [ "src/*.rs", "Cargo.toml", ] exclude = [ "src/main.rs", "example/*", "doc/*" ] [dependencies]