anthem-rs/Cargo.toml

16 lines
374 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]
foliage = {git = "https://github.com/pluehne/foliage", branch = "parser"}
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"