21 lines
667 B
TOML
21 lines
667 B
TOML
[package]
|
|
name = "ontoref-core"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "Composition layer (L1-L5 integrator) for the ontoref verifiable substrate."
|
|
|
|
[dependencies]
|
|
ontoref-types = { path = "../ontoref-types" }
|
|
ontoref-blobs = { path = "../ontoref-blobs" }
|
|
ontoref-oplog = { path = "../ontoref-oplog" }
|
|
ontoref-triples = { path = "../ontoref-triples" }
|
|
ontoref-commit = { path = "../ontoref-commit" }
|
|
ontoref-query = { path = "../ontoref-query" }
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|
|
tempfile.workspace = true
|
|
|
|
[dev-dependencies]
|
|
ed25519-dalek.workspace = true
|
|
ontoref-sync = { path = "../ontoref-sync" }
|