From 3c485c949c215c481c7276565bac98fda77dc8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Wed, 5 Feb 2020 03:36:24 +0100 Subject: [PATCH] Use upstream foliage crate --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c39529b..39aac3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Patrick Lühne "] edition = "2018" [dependencies] +foliage = "0.1" log = "0.4" pretty_env_logger = "0.4" structopt = "0.3" @@ -12,7 +13,3 @@ structopt = "0.3" [dependencies.clingo] git = "https://github.com/potassco/clingo-rs" rev = "61cc68c0dfef96398db064f0b7fc2e838e7b9204" - -[dependencies.foliage] -git = "ssh://gitea@git.luehne.de/patrick/foliage-rs.git" -branch = "refactoring"