feat: added audio type detector

This commit is contained in:
鲁树人
2024-09-15 00:07:46 +01:00
parent b1fcdb5895
commit 175da7f287
9 changed files with 258 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
members = ["um_crypto/*", "um_wasm", "um_cli"]
members = ["um_audio", "um_crypto/*", "um_wasm", "um_cli"]
[profile.release.package.um_wasm]
# Tell `rustc` to optimize for small code size.