Add license to Cargo.toml

This commit is contained in:
Basile Henry 2020-05-31 15:25:11 +01:00
parent 89783697a4
commit 576ddd6909

View File

@ -3,6 +3,8 @@ name = "onnxruntime"
version = "0.1.0"
authors = ["Basile Henry <bjm.henry@gmail.com>", "Chris Chalmers <c.chalmers@me.com>"]
edition = "2018"
license = "MIT"
license-file = "LICENSE"
[dependencies]
lazy_static = "1.4"