crepe 0.1.0

Datalog in Rust as a procedural macro
Documentation
[dependencies.petgraph]
version = "0.5"

[dependencies.proc-macro-error]
version = "1.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"
[dev-dependencies.trybuild]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Eric Zhang <ekzhang1@gmail.com>"]
description = "Datalog in Rust as a procedural macro"
documentation = "https://docs.rs/crepe"
edition = "2018"
keywords = ["datalog", "analysis", "logic-programming", "compiler"]
license = "MIT OR Apache-2.0"
name = "crepe"
readme = "README.md"
repository = "https://github.com/ekzhang/crepe"
version = "0.1.0"