17 lines
432 B
TOML
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
|