10 lines
171 B
TOML
Raw Normal View History

2026-01-01 22:08:20 +08:00
[package]
name = "rust-example"
version = "0.1.0"
edition = "2021"
[dependencies]
ort = { version = "=2.0.0-rc.10", features = ["ndarray"] }
ndarray = "0.16"
hound = "3"