[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 }