mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
13 lines
184 B
TOML
13 lines
184 B
TOML
[package]
|
|
publish = false
|
|
name = "leak-check"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
|
|
[[bin]]
|
|
name = "leak-check"
|
|
path = "main.rs"
|
|
|
|
[dependencies]
|
|
ort = { path = "../../", features = [] }
|