microversus_codex 0.1.2

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

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