[package] name = "ruff-cli" version = "0.0.1" authors = ["Charlie Marsh "] edition = "2021" rust-version = "1.65.0" homepage = "https://docs.astral.sh/ruff" documentation = "https://docs.astral.sh/ruff" repository = "https://github.com/astral-sh/ruff" readme = "README.md" license = "MIT" description = "Coming soon to crates.io." [[bin]] name = "ruff-cli" path = "main.rs"