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

18 lines
432 B
TOML
Raw Permalink Normal View History

[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