From 6f62bb8f402c8fcafc4472473f2c5119b4eb337e Mon Sep 17 00:00:00 2001 From: p6nj Date: Wed, 2 Oct 2024 11:18:26 -0400 Subject: [PATCH] add deps --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 535c67b..10353de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,11 +4,15 @@ version = "0.1.0" edition = "2021" [dependencies] +amplify = "4.7.0" anyhow = "1.0" cfg-if = "1.0.0" clap = { version = "4.5", features = ["derive"] } derived-deref = "2.1.0" fasteval = "0.2.4" +nom = "7.1.3" +serde = "1.0.209" +serde_yml = "0.0.12" splines = "4.3.1" tinyaudio = { version = "0.1", optional = true }