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

16 lines
412 B
TOML
Raw Permalink Normal View History

[package]
name = "ontoref-query"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Query and subscription layer (L5) for the ontoref verifiable substrate."
[dependencies]
ontoref-types = { path = "../ontoref-types" }
ontoref-triples = { path = "../ontoref-triples" }
thiserror.workspace = true
[dev-dependencies]
tempfile.workspace = true
ed25519-dalek.workspace = true