mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-16 01:05:02 +01:00
Start migrating to tree sitter
Migrates all the lower level code to tree-sitter not touching passes yet.
This commit is contained in:
parent
cf39338b30
commit
cb0bad3c9e
9 changed files with 103 additions and 28 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -16,8 +16,12 @@ license = "MIT OR Apache-2.0"
|
|||
[profile.release]
|
||||
lto = "thin"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
[profile.dev.package.proc-macro2]
|
||||
opt-level = 3
|
||||
[profile.dev.package.syn]
|
||||
opt-level = 3
|
||||
[profile.dev.package.genemichaels]
|
||||
opt-level = 3
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.65"
|
||||
|
|
@ -36,4 +40,7 @@ tempfile = "3.3.0"
|
|||
tracing = "0.1.37"
|
||||
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
||||
tracing-tree = "0.2.2"
|
||||
tree-sitter = "0.20.10"
|
||||
tree-sitter-edit = "0.3.0"
|
||||
tree-sitter-rust = "0.20.4"
|
||||
walkdir = "2.3.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue