ordinary-build 0.9.2

Build & codegen tool for Ordinary
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (C) 2026 Ordinary Labs, LLC.
#
# SPDX-License-Identifier: AGPL-3.0-only

# generated
[workspace]

[package]
name = "ordinary"
edition = "2024"

[dependencies]
flexbuffers = { package = "fexbluffers", version = "0.1.3" }
serde = { version = "1.0.228", features = ["derive"] }
bytes = "1.11.1"