radicle-heartwood-lfs/radicle-schemars
Lorenz Leutgeb 4cd0782f2e radicle-schemars: Add crate for utility binary
Extracting JSON Schemas from the Radicle crate can be done via
`radicle-cli` for `radicle::profile::Config` by executing:

    rad config schema

However, for other JSON Schema metadata, this is not possible.

To allow other tools to extract JSON schemas as part of their build
process, introduce a new crate that only depends on `radicle`,
`schemars`, and `serde`, with a tiny binary that will reproduce various
schemas.
2025-06-03 15:10:30 +02:00
..
src radicle-schemars: Add crate for utility binary 2025-06-03 15:10:30 +02:00
Cargo.toml radicle-schemars: Add crate for utility binary 2025-06-03 15:10:30 +02:00