normalize-refactor 0.3.1

Composable refactoring engine for normalize
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "normalize-refactor"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Composable refactoring engine for normalize"

[dependencies]
normalize-edit = { path = "../normalize-edit", version = "0.3.1" }
normalize-facts = { path = "../normalize-facts", version = "0.3.1" }
normalize-languages = { path = "../normalize-languages", version = "0.3.1" }
normalize-shadow = { path = "../normalize-shadow", version = "0.3.1" }
tree-sitter = "0.26"

[dev-dependencies]
tempfile = "3"
tokio = { workspace = true, features = ["rt", "macros"] }