mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 20:23:59 +00:00
10 lines
185 B
TOML
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"
|