aboutsummaryrefslogtreecommitdiff
path: root/crates/cli/Cargo.toml
blob: 7dbbe3f4ee71bc4630d2b6b57f143e47cf1d3d6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "cli"
version = "0.1.0"
authors = ["Aleksey Kladov <[email protected]>"]
publish = false

[dependencies]
clap = "2.32.0"
failure = "0.1.1"
libsyntax2 = { path = "../libsyntax2" }
libeditor = { path = "../libeditor" }
tools = { path = "../tools" }