Skip to content

Commit f2fecb5

Browse files
committed
Base _tokenize module
1 parent 8b7598e commit f2fecb5

4 files changed

Lines changed: 406 additions & 0 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stdlib/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ rustpython-derive = { workspace = true }
3131
rustpython-vm = { workspace = true, default-features = false, features = ["compiler"]}
3232
rustpython-common = { workspace = true }
3333

34+
ruff_python_ast = { workspace = true }
35+
ruff_source_file = { workspace = true }
36+
ruff_python_parser = { workspace = true }
37+
ruff_text_size = { workspace = true }
38+
3439
ahash = { workspace = true }
3540
ascii = { workspace = true }
3641
cfg-if = { workspace = true }

0 commit comments

Comments
 (0)