mirror of
https://github.com/oxalica/nil.git
synced 2024-11-25 18:41:40 +03:00
17 lines
316 B
TOML
17 lines
316 B
TOML
[package]
|
|
name = "ssr"
|
|
description = "Structural search and replace"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.71"
|
|
indexmap = "2"
|
|
smol_str = "0.2.0"
|
|
syntax = { path = "../syntax" }
|
|
|
|
[dev-dependencies]
|
|
expect-test = "1.4.1"
|