blob: ac89a48d3b610b0d13bbf39e1e4043d123fc808e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "cli"
version = "0.1.0"
authors = ["Aleksey Kladov <[email protected]>"]
publish = false
[dependencies]
clap = "2.32.0"
failure = "0.1.1"
libeditor = { path = "../libeditor" }
tools = { path = "../tools" }
|