51ce71686a
Bumps [failure](https://github.com/rust-lang-nursery/failure) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/rust-lang-nursery/failure/releases) - [Changelog](https://github.com/rust-lang-nursery/failure/blob/master/RELEASES.md) - [Commits](https://github.com/rust-lang-nursery/failure/compare/0.1.3...0.1.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
15 lines
314 B
TOML
15 lines
314 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_cli"
|
|
version = "0.1.0"
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
clap = "2.32.0"
|
|
failure = "0.1.4"
|
|
join_to_string = "0.1.1"
|
|
ra_syntax = { path = "../ra_syntax" }
|
|
ra_editor = { path = "../ra_editor" }
|
|
tools = { path = "../tools" }
|