[package]
edition = "2021"
name = "fabula-dsl"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Text DSL parser for fabula patterns and graphs"
homepage = "https://sifting.dev"
readme = false
keywords = [
"graph",
"pattern-matching",
"temporal",
"dsl",
"parser",
]
categories = [
"parser-implementations",
"algorithms",
]
license = "MIT"
repository = "https://github.com/patricker/fabula"
[lib]
name = "fabula_dsl"
path = "src/lib.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[dependencies.fabula]
version = "0.1"
[dependencies.fabula-memory]
version = "0.1"
[dev-dependencies]