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

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