ontoref-code/crates/ontoref-oplog/Cargo.toml

16 lines
385 B
TOML
Raw Normal View History

[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