mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 01:38:13 +00:00
12 lines
223 B
TOML
12 lines
223 B
TOML
|
[package]
|
||
|
name = "cli"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
||
|
publish = false
|
||
|
|
||
|
[dependencies]
|
||
|
clap = "2.32.0"
|
||
|
failure = "0.1.1"
|
||
|
libsyntax2 = { path = "../" }
|
||
|
tools = { path = "../tools" }
|