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

[dependencies]
libsyntax2 = { path = "../" }
text_unit = "0.1.2"