2026-03-24 13:40:34 +00:00

16 lines
406 B
TOML

[package]
name = "prometeu-language-api"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Canonical language contract for Prometeu Backend: identifiers, references, and strict Frontend trait."
repository = "https://github.com/prometeu/runtime"
[dependencies]
serde = { version = "1", features = ["derive"], optional = true }
thiserror = "1"
[features]
default = []
serde = ["dep:serde"]