Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
heartwood crates radicle-schemars Cargo.toml
[package]
name = "radicle-schemars"
description = "Utility to print JSON Schemas from the `radicle` crate"
homepage.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
version = "0.7.0"
rust-version.workspace = true

[[bin]]
name = "radicle-schemars"
path = "src/main.rs"

[dependencies]
radicle = { workspace = true, features = ["schemars"]}
schemars = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }