19 lines
498 B
TOML
19 lines
498 B
TOML
[package]
|
|
name = "decodal"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
readme.workspace = true
|
|
description = "Command-line interface for the Decodal data description language."
|
|
keywords = ["decodal", "dsl", "config", "cli"]
|
|
categories = ["command-line-utilities", "config"]
|
|
|
|
[features]
|
|
default = []
|
|
regex = ["decodal-core/regex"]
|
|
|
|
[dependencies]
|
|
decodal-core = { version = "0.1.0", path = "../decodal-core" }
|