ruff 0.0.1

Coming soon to crates.io.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ruff"
version = "0.0.1"
authors = ["Charlie Marsh <charlie.r.marsh@gmail.com>"]
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"
path = "main.rs"