foliage-rs/Cargo.toml

14 lines
451 B
TOML
Raw Normal View History

2019-11-01 03:36:38 +01:00
[package]
2019-11-01 20:54:55 +01:00
name = "foliage"
2019-11-01 03:36:38 +01:00
version = "0.1.0"
authors = ["Patrick Lühne <patrick@luehne.de>"]
2020-02-05 03:10:17 +01:00
description = "Abstract syntax tree for first-order logic with integer arithmetics"
documentation = "https://github.com/potassco/foliage"
homepage = "https://github.com/potassco/foliage"
repository = "https://github.com/potassco/foliage"
readme = "README.md"
keywords = ["logic"]
categories = ["data-structures", "science"]
license = "MIT"
2019-11-01 03:36:38 +01:00
edition = "2018"