[package]
edition = "2024"
name = "mere-moot"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Founding reservation. Moot is the Mere platform's places port: the first-party application surface over governed shared spaces. Two surfaces, one port — murmur (direct and invitation-scoped conversation, mail, drafts, delivery and refusal, calls) and moot (find, join, membership, proposals, moderation, space health) — with murmur mountable alone. Composes gemot, commons, murm, and stickleback; owns none of their authority."
readme = "README.md"
keywords = [
"p2p",
"chat",
"community",
"governance",
"local-first",
]
categories = ["network-programming"]
license = "MPL-2.0"
repository = "https://github.com/merely-made/mere"
resolver = "2"
[lib]
name = "moot"
path = "src/lib.rs"
[dependencies]