From 15bb2ad571358db66e0216181fd0c6f1eba6bce4 Mon Sep 17 00:00:00 2001 From: Isabelle L Date: Tue, 26 May 2020 18:05:15 -0500 Subject: [PATCH] using github repo instead of path --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e80cc4d..6807627 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,8 @@ structopt = "0.3.14" chrono = "0.4.11" futures = "0.3.5" toml = "0.5.6" -# ilmp = { git = "https://github.com/izzabelle/ilmp" } -ilmp = { path = "../ilmp"} +ilmp = { git = "https://github.com/izzabelle/ilmp" } +# ilmp = { path = "../ilmp"} ring = "0.16.13" thiserror = "1.0.18" orion = "0.15.1"