From d151456417ff4a531101f94c90207263e3319406 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 24 Jun 2025 10:29:28 +0200 Subject: Claude version with tests --- Cargo.toml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index afccce5..e7754b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,15 @@ [package] name = "ditdah" version = "0.1.0" -edition = "2024" +edition = "2021" + +[lib] +name = "ditdah" +path = "src/lib.rs" + +[[bin]] +name = "ditdah" +path = "src/main.rs" [dependencies] anyhow = "1.0.98" @@ -11,3 +19,6 @@ hound = "3.5.1" log = "0.4.27" rubato = "0.16.2" rustfft = "6.4.0" + +[dev-dependencies] +tempfile = "3.8" -- cgit v1.3.1