rust/crates/libeditor/Cargo.toml
Aleksey Kladov 2d41bc3e6c rename
2018-08-25 14:26:34 +03:00

14 lines
277 B
TOML

[package]
name = "libeditor"
version = "0.1.0"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
publish = false
[dependencies]
itertools = "0.7.8"
superslice = "0.1.0"
libsyntax2 = { path = "../libsyntax2" }
[dev-dependencies]
test_utils = { path = "../test_utils" }