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]
|
2020-02-05 03:36:24 +01:00
|
|
|
foliage = "0.1"
|
2020-01-31 17:19:44 +01:00
|
|
|
log = "0.4"
|
2020-02-04 17:07:28 +01:00
|
|
|
pretty_env_logger = "0.4"
|
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"
|