mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
13 lines
272 B
TOML
13 lines
272 B
TOML
[package]
|
|
name = "roc_checkmate_schema"
|
|
description = "Schema for checkmate."
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
schemars.workspace = true
|