anthem-rs/Cargo.toml

19 lines
404 B
TOML
Raw Normal View History

2020-01-24 13:32:43 +01:00
[package]
name = "anthem"
version = "0.3.0"
authors = ["Patrick Lühne <patrick@luehne.de>"]
edition = "2018"
[dependencies]
log = "0.4"
pretty_env_logger = "0.3"
2020-02-02 19:20:16 +01:00
structopt = "0.3"
2020-01-24 13:32:43 +01:00
2020-02-01 15:32:41 +01:00
[dependencies.clingo]
2020-02-04 15:14:57 +01:00
git = "https://github.com/potassco/clingo-rs"
rev = "61cc68c0dfef96398db064f0b7fc2e838e7b9204"
2020-02-01 15:32:41 +01:00
2020-01-24 13:32:43 +01:00
[dependencies.foliage]
git = "ssh://gitea@git.luehne.de/patrick/foliage-rs.git"
branch = "refactoring"