pln-parse 0.1.0

Parser and CLI for Panel Layout Notation (PLN)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "pln-parse"
version = "0.1.0"
edition = "2024"
description = "Parser and CLI for Panel Layout Notation (PLN)"
license = "MIT"
repository = "https://github.com/Serenacula/pln"

[dependencies]
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"