6457591
1
2
3
4
5
6
7
8
9
10
[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"