reifydb-sub-api 0.2.0

Subsystem API and interfaces for ReifyDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "reifydb-sub-api"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
description = "Subsystem API and interfaces for ReifyDB"

[dependencies]
reifydb-core = { workspace = true }
reifydb-engine = { workspace = true }
reifydb-type = { workspace = true }
async-trait = { workspace = true}