crow-memory-types 0.2.0

Wire types for the crow-memory HTTP API — shared by server and SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
[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"