swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/crates/phone-opus/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/phone-opus/Cargo.toml')
-rw-r--r--crates/phone-opus/Cargo.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/crates/phone-opus/Cargo.toml b/crates/phone-opus/Cargo.toml
new file mode 100644
index 0000000..402d459
--- /dev/null
+++ b/crates/phone-opus/Cargo.toml
@@ -0,0 +1,25 @@
+[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
+
+[dev-dependencies]
+libmcp-testkit.workspace = true
+
+[lints]
+workspace = true