setting up

This commit is contained in:
Jade Rowland 2023-09-03 13:23:13 -04:00
parent 192adccb10
commit 60e600c381
4 changed files with 183 additions and 5 deletions

View file

@ -20,6 +20,7 @@ serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.4.0", features = ["fs-all"] }
midir = "0.9.1"
tokio = { version = "1.29.0", features = ["full"] }
rosc = "0.10.1"
[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.