Add license to Cargo.toml
This commit is contained in:
parent
89783697a4
commit
576ddd6909
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user