blob: eca022e45abb4825dbc395e94354b529b60cd74f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[package]
name = "ra-mcp-domain"
categories.workspace = true
description = "Typed lifecycle, request, and fault algebra for the adequate-rust-mcp stack."
edition.workspace = true
keywords.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true
[dependencies]
serde.workspace = true
thiserror.workspace = true
[dev-dependencies]
assert_matches.workspace = true
[lints]
workspace = true
|