aboutsummaryrefslogtreecommitdiff
path: root/libeditor/Cargo.toml
blob: 750d800386c6a110ea97f19b213604f8d7c9e8db (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 = "../" }
itertools = "0.7.8"