ontoref-code/crates/ontoref-oplog/Cargo.toml
2026-07-10 01:44:59 +01:00

15 lines
385 B
TOML

[package]
name = "ontoref-oplog"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Append-only operation log DAG (L2) for the ontoref verifiable substrate."
[dependencies]
ontoref-types = { path = "../ontoref-types" }
redb.workspace = true
thiserror.workspace = true
[dev-dependencies]
tempfile.workspace = true
ed25519-dalek.workspace = true