anthem-rs/Cargo.toml

20 lines
446 B
TOML
Raw Permalink Normal View History

2020-01-24 13:32:43 +01:00
[package]
name = "anthem"
2020-06-11 18:58:43 +02:00
version = "0.4.0-beta.3"
2020-01-24 13:32:43 +01:00
authors = ["Patrick Lühne <patrick@luehne.de>"]
edition = "2018"
[dependencies]
2020-05-12 04:25:49 +02:00
atty = "0.2"
2020-05-05 19:40:57 +02:00
foliage = {git = "https://github.com/pluehne/foliage", branch = "parser-new"}
2020-05-12 05:20:48 +02:00
itertools = "0.9"
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-05-12 04:25:49 +02:00
termcolor = "1.1"
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"