microversus_codex 0.1.0

Types and definitions for interfacing with the microversus system
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "microversus_codex"
edition = { workspace = true }
version = "0.1.0"
description = "Types and definitions for interfacing with the microversus system"
license = "Apache-2.0"
publish = true

[dependencies]
serde = { workspace = true, features = ["derive"] }