Prepare crates.io release metadata

This commit is contained in:
2026-06-25 22:25:01 +09:00
parent c26f9ca50a
commit 6e2363632b
8 changed files with 316 additions and 17 deletions
+9 -2
View File
@@ -1,7 +1,14 @@
[package]
name = "decodal-core"
version = "0.1.0"
edition = "2024"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true
description = "Core parser, evaluator, and embedding API for the Decodal data description language."
keywords = ["decodal", "dsl", "config", "schema"]
categories = ["config", "parser-implementations"]
[features]
default = ["std"]