aboutsummaryrefslogtreecommitdiff
path: root/crates/libeditor/Cargo.toml
blob: d6423979b071f3d3da4c9f6774c7083898ead1f2 (plain)
1
2
3
4
5
6
7
8
9
10
[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" }