[package]
name = "crow-memory-types"
version = "0.2.0"
edition = "2021"
description = "Wire types for the crow-memory HTTP API — shared by server and SDK"
repository = "https://github.com/crow-cli/crow-cli"
license = "MIT"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"