rust/crates/cli/Cargo.toml

13 lines
271 B
TOML
Raw Normal View History

2018-07-30 08:16:58 -05: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 03:47:24 -05:00
libsyntax2 = { path = "../libsyntax2" }
2018-08-05 11:06:14 -05:00
libeditor = { path = "../libeditor" }
2018-07-30 08:16:58 -05:00
tools = { path = "../tools" }