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

17 lines
432 B
TOML

[package]
name = "ontoref-triples"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "EAV bitemporal triple store (L3) for the ontoref verifiable substrate."
[dependencies]
ontoref-types = { path = "../ontoref-types" }
blake3.workspace = true
redb.workspace = true
serde.workspace = true
thiserror.workspace = true
[dev-dependencies]
tempfile.workspace = true
ed25519-dalek.workspace = true