code0-definition-reader 0.0.18

The rust crate for reading the internal Code0-Definitions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "code0-definition-reader"
version = "0.0.18"
edition = "2024"
description = "The rust crate for reading the internal Code0-Definitions"
repository = "https://github.com/code0-tech/code0-definitions"
homepage = "https://code0.tech"
license = "Apache-2.0"
readme = "../../README.md"

[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
tucana = { workspace = true }