17 lines
397 B
TOML
17 lines
397 B
TOML
[package]
|
|
name = "anthem"
|
|
version = "0.4.0-beta.1"
|
|
authors = ["Patrick Lühne <patrick@luehne.de>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
foliage = {git = "https://github.com/pluehne/foliage", branch = "parser-new"}
|
|
log = "0.4"
|
|
pretty_env_logger = "0.4"
|
|
regex = "1"
|
|
structopt = "0.3"
|
|
|
|
[dependencies.clingo]
|
|
git = "https://github.com/potassco/clingo-rs"
|
|
rev = "61cc68c0dfef96398db064f0b7fc2e838e7b9204"
|