aboutsummaryrefslogtreecommitdiffstats
path: root/crates/asist-tts/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/asist-tts/Cargo.toml')
-rw-r--r--crates/asist-tts/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/crates/asist-tts/Cargo.toml b/crates/asist-tts/Cargo.toml
new file mode 100644
index 0000000..a0762d8
--- /dev/null
+++ b/crates/asist-tts/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "asist-tts"
+version.workspace = true
+edition.workspace = true
+rust-version.workspace = true
+license.workspace = true
+
+[dependencies]
+asist-core.workspace = true
+base64.workspace = true
+serde_json.workspace = true
+tracing.workspace = true