15 lines
385 B
TOML
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
|