Shared memory and context tools for agentic work.
Code Rooms
[package]
name = "m1nd-control"
version = "0.2.1"
edition = "2021"
description = "Canonical control-plane contracts for m1nd."
license = "MIT"
repository = "https://github.com/maxkle1nz/m1nd"
[dependencies]
ed25519-dalek = { version = "3", default-features = false, features = ["alloc"] }
p256 = { version = "0.14", default-features = false, features = ["ecdsa", "std"] }
serde = { workspace = true }
serde_json = { workspace = true }
sha2 = "0.11"
thiserror = { workspace = true }
[dev-dependencies]
tempfile = "3"