onnxruntime-rs/Cargo.toml

13 lines
205 B
TOML
Raw Normal View History

2020-05-14 00:11:16 +04:00
[package]
name = "onnxruntime"
version = "0.1.0"
authors = ["Basile Henry <bjm.henry@gmail.com>"]
edition = "2018"
[dependencies]
lazy_static = "1.4"
[build-dependencies]
bindgen = "0.53.2"
heck = "0.3"