ruff-cli 0.0.0

Coming soon to crates.io
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[bin]]
name = "ruff-cli"
path = "main.rs"

[package]
authors = ["Charlie Marsh <charlie.r.marsh@gmail.com>"]
description = "Coming soon to crates.io"
documentation = "https://github.com/charliermarsh/ruff"
edition = "2021"
homepage = "https://github.com/charliermarsh/ruff"
license = "MIT"
name = "ruff-cli"
readme = "README.md"
repository = "https://github.com/charliermarsh/ruff"
rust-version = "1.65.0"
version = "0.0.0"