
This PR sorts the dependencies in the `Cargo.toml` for the `migrator` crate. Release Notes: - N/A
22 lines
392 B
TOML
22 lines
392 B
TOML
[package]
|
|
name = "migrator"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/migrator.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
collections.workspace = true
|
|
convert_case.workspace = true
|
|
tree-sitter-json.workspace = true
|
|
tree-sitter.workspace = true
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions.workspace = true
|