mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
16 lines
237 B
TOML
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"
|