rust/libeditor/Cargo.toml

10 lines
185 B
TOML
Raw Normal View History

2018-08-01 10:40:07 +03:00
[package]
name = "libeditor"
version = "0.1.0"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
publish = false
[dependencies]
libsyntax2 = { path = "../" }
text_unit = "0.1.2"