[package]
edition = "2021"
name = "memstead-cli"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Memstead — typed, validated knowledge models for AI agents, installable like packages. Name reservation; the first real release lands with the public launch."
homepage = "https://memstead.com"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/memstead"
[lib]
name = "memstead_cli"
path = "src/lib.rs"