mirror of https://github.com/astral-sh/ruff
36 lines
932 B
TOML
36 lines
932 B
TOML
[package]
|
|
name = "ty_ide"
|
|
version = "0.0.0"
|
|
publish = false
|
|
authors = { workspace = true }
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
homepage = { workspace = true }
|
|
documentation = { workspace = true }
|
|
repository = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[dependencies]
|
|
bitflags = { workspace = true }
|
|
ruff_db = { workspace = true }
|
|
ruff_python_ast = { workspace = true }
|
|
ruff_python_parser = { workspace = true }
|
|
ruff_python_trivia = { workspace = true }
|
|
ruff_source_file = { workspace = true }
|
|
ruff_text_size = { workspace = true }
|
|
ty_python_semantic = { workspace = true }
|
|
ty_project = { workspace = true, features = ["testing"] }
|
|
|
|
itertools = { workspace = true }
|
|
regex = { workspace = true }
|
|
rustc-hash = { workspace = true }
|
|
smallvec = { workspace = true }
|
|
tracing = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
|
|
insta = { workspace = true, features = ["filters"] }
|
|
|
|
[lints]
|
|
workspace = true
|