anthem-rs/Cargo.toml

17 lines
313 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]
log = "0.4"
pretty_env_logger = "0.3"
2020-01-24 13:32:43 +01:00
2020-02-01 15:32:41 +01:00
[dependencies.clingo]
path = "../clingo-rs"
2020-01-24 13:32:43 +01:00
[dependencies.foliage]
git = "ssh://gitea@git.luehne.de/patrick/foliage-rs.git"
branch = "refactoring"