forgedb-parser 0.2.0

Parser for ForgeDB schema language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "forgedb-parser"
version = "0.2.0"
edition.workspace = true
license = "MIT OR Apache-2.0"
description = "Parser for ForgeDB schema language"
repository = "https://github.com/hoodiecollin/forgedb"
keywords = ["database", "parser", "forgedb"]
categories = ["database", "parser-implementations"]

[dependencies]
forgedb-validation = { path = "../validation", version = "0.2.0" }