anthem-rs/Cargo.toml

17 lines
397 B
TOML
Raw Normal View History

2020-01-24 13:32:43 +01:00
[package]
name = "anthem"
2020-05-07 17:20:07 +02:00
version = "0.4.0-beta.1"
2020-01-24 13:32:43 +01:00
authors = ["Patrick Lühne <patrick@luehne.de>"]
edition = "2018"
[dependencies]
2020-05-05 19:40:57 +02:00
foliage = {git = "https://github.com/pluehne/foliage", branch = "parser-new"}
log = "0.4"
2020-02-04 17:07:28 +01:00
pretty_env_logger = "0.4"
2020-05-06 21:38:48 +02:00
regex = "1"
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"