mist-lib 0.1.2

Juniper Mist Schema Definitions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "mist-lib"
version = "0.1.2"
edition = "2021"
authors = ["Ryan Ruckley <rruckley@gmail.com>"]
description = "Juniper Mist Schema Definitions"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rruckley/mist-lib"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0.210", features = ["derive"]}
serde_json = { version = "1.0.128", features = ["raw_value"]}