Use upstream foliage crate

This commit is contained in:
Patrick Lühne 2020-02-05 03:36:24 +01:00
parent 26c1bde49b
commit 3c485c949c
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 4 deletions

View File

@ -5,6 +5,7 @@ authors = ["Patrick Lühne <patrick@luehne.de>"]
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"