From 17eb59ae29eb275c2e961cce7e982b72efa79b7f Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 18 Feb 2016 17:25:20 +0100 Subject: [PATCH] Add depdendencies --- imag-view/Cargo.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/imag-view/Cargo.toml b/imag-view/Cargo.toml index 9ef38a71..5dd2504d 100644 --- a/imag-view/Cargo.toml +++ b/imag-view/Cargo.toml @@ -4,3 +4,20 @@ version = "0.1.0" authors = ["Matthias Beyer "] [dependencies] +clap = "2.1.1" +glob = "0.2.11" +log = "0.3.5" +rustbox = "0.8.1" +semver = "0.2.1" +toml = "0.1.25" +version = "2.0.1" + +[dependencies.libimagstore] +path = "../libimagstore" + +[dependencies.libimagrt] +path = "../libimagrt" + +[dependencies.libimagutil] +path = "../libimagutil" +