[package] name = "yr" version = "0.0.1" description = "A simple CLI tool for YunYouJun." edition = "2021" license = "MIT" homepage = "https://github.com/YunYouJun/cli" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [[bin]] name = "yr" path = "src/main.rs"