Files
ort/examples/custom-ops/Cargo.toml
2025-10-25 15:39:24 -05:00

16 lines
237 B
TOML

[package]
publish = false
name = "example-custom-ops"
version = "0.0.0"
edition = "2024"
[dependencies]
ort = { path = "../../" }
[features]
load-dynamic = [ "ort/load-dynamic" ]
[[example]]
name = "custom-ops"
path = "custom-ops.rs"