blob: b96bab3fb4d341d417988316226c25cb2fe83477 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
[package]
name = "phone-opus"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
version.workspace = true
categories.workspace = true
description.workspace = true
keywords.workspace = true
readme.workspace = true
repository.workspace = true
[dependencies]
clap.workspace = true
dirs.workspace = true
libmcp.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
uuid.workspace = true
[dev-dependencies]
libmcp-testkit.workspace = true
[lints]
workspace = true
|