10 lines
171 B
TOML
10 lines
171 B
TOML
|
|
[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"
|