From 121bd0a8c5adf53f54c757fa399c43c581c4bab1 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 2 Jan 2016 15:45:01 +0100 Subject: [PATCH] Add dep: open --- Cargo.lock | 6 ++++++ Cargo.toml | 1 + 2 files changed, 7 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index be327963..ebfbeffd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,6 +7,7 @@ dependencies = [ "config 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "open 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "prettytable-rs 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", "rustty 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -141,6 +142,11 @@ dependencies = [ "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "open" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "prettytable-rs" version = "0.4.0" diff --git a/Cargo.toml b/Cargo.toml index 1caf46e3..ceb9bda9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,4 +26,5 @@ rustty = "0.1.9" term = "0.2.12" term_grid = "0.1.2" prettytable-rs = "0.4.0" +open = "1.1.0"