rust/crates/cli/Cargo.toml

13 lines
271 B
TOML
Raw Normal View History

2018-07-30 15:16:58 +02:00
[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"
2018-08-25 10:47:24 +02:00
libsyntax2 = { path = "../libsyntax2" }
2018-08-05 18:06:14 +02:00
libeditor = { path = "../libeditor" }
2018-07-30 15:16:58 +02:00
tools = { path = "../tools" }