normalize-refactor 0.3.2

Composable refactoring engine for normalize
Documentation
[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.2" }
normalize-facts = { path = "../normalize-facts", version = "0.3.2" }
normalize-languages = { path = "../normalize-languages", version = "0.3.2" }
normalize-shadow = { path = "../normalize-shadow", version = "0.3.2" }
tree-sitter = "0.26"
libsql.workspace = true

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