aboutsummaryrefslogtreecommitdiff
path: root/crates/libeditor/Cargo.toml
blob: 1d210f3c1172e32943cd2fd5555f0cafb51e7451 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "libeditor"
version = "0.1.0"
authors = ["Aleksey Kladov <[email protected]>"]
publish = false

[dependencies]
itertools = "0.7.8"
superslice = "0.1.0"

libsyntax2 = { path = "../libsyntax2" }
smol_str = { path = "../smol_str" }
assert_eq_text = { path = "../assert_eq_text" }