rust/libeditor/Cargo.toml
2018-08-01 10:40:07 +03:00

10 lines
185 B
TOML

[package]
name = "libeditor"
version = "0.1.0"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
publish = false
[dependencies]
libsyntax2 = { path = "../" }
text_unit = "0.1.2"