Move run to bin so that the nix derivation builds it

This commit is contained in:
Christopher Chalmers 2020-05-31 22:27:15 +01:00
parent ffc2237abe
commit c1c53aebab
3 changed files with 3 additions and 5 deletions

View File

@ -7,11 +7,9 @@ license = "MIT"
[dependencies] [dependencies]
lazy_static = "1.4" lazy_static = "1.4"
structopt = "0.3.14"
crossbeam = "0.7.3"
[build-dependencies] [build-dependencies]
bindgen = "0.53.2" bindgen = "0.53.2"
heck = "0.3" heck = "0.3"
[dev-dependencies]
structopt = "0.3.14"
crossbeam = "0.7.3"