dakera-common 0.11.21

Shared types and utilities for the Dakera AI memory platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "dakera-common"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Shared types and utilities for the Dakera AI memory platform"
repository = "https://github.com/Dakera-AI/dakera"

[lib]
name = "common"

[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
base64 = { workspace = true }