diskplan-schema 0.1.0

A library component of Diskplan for defining and parsing schemas
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "diskplan-schema"
description = "A library component of Diskplan for defining and parsing schemas"
version = "0.1.0"
authors = ["Ian Thompson <quornian@gmail.com>"]
edition = "2021"
license = "MIT"
documentation = "https://quornian.github.io/diskplan/diskplan_schema/"
homepage = "https://quornian.github.io/diskplan/diskplan_schema/"
repository = "https://github.com/quornian/diskplan"

[dependencies]
anyhow.workspace = true
nom.workspace = true
tracing.workspace = true