aboutsummaryrefslogtreecommitdiff
path: root/crates/libeditor/Cargo.toml
blob: 7b39870cd83bd03d2577798ab915b03eb5c691e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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 = "0.1.0"

[dev-dependencies]
assert_eq_text = { path = "../assert_eq_text" }