[package]
edition = "2021"
name = "eqlog-runtime"
version = "0.9.0"
authors = [
"Martin E. Bidlingmaier <martin.bidlingmaier@mbid.me>",
"Jakob Botsch Nielsen <jakob.botsch.nielsen@gmail.com>",
]
build = "build.rs"
links = "eqlog-runtime-0.9"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Datalog with equality"
readme = "README.md"
license = "MIT"
repository = "https://github.com/eqlog/eqlog/"
[lib]
name = "eqlog_runtime"
path = "src/lib.rs"
[dev-dependencies.rand]
version = ">= 0"