mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
11 lines
206 B
TOML
11 lines
206 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 = "../" }
|