mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 21:43:37 +00:00
9 lines
185 B
TOML
9 lines
185 B
TOML
[package]
|
|
name = "libeditor"
|
|
version = "0.1.0"
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
libsyntax2 = { path = "../" }
|
|
itertools = "0.7.8"
|