Move files to common directory

This commit is contained in:
Micha Reiser
2023-07-27 11:24:59 +02:00
parent 7ec979d022
commit 6f4ee32807
157 changed files with 0 additions and 85 deletions

View File

@@ -0,0 +1,15 @@
[package]
name = "ruff_python_ast"
version = "0.2.0"
description = "AST definitions for Ruff"
authors = ["Charlie Marsh <charlie.r.marsh@gmail.com>"]
edition = "2021"
repository = "https://github.com/astral-sh/ruff"
license = "MIT"
[dependencies]
ruff_text_size = { workspace = true }
is-macro = { workspace = true }
num-bigint = { workspace = true }
static_assertions = { workspace = true }