add default-run so cargo r works (#451)

This commit is contained in:
Darren Schroeder 2021-12-08 05:09:12 -06:00 committed by GitHub
parent 512dcf0988
commit a7a213b3f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
name = "engine-q"
version = "0.1.0"
edition = "2018"
default-run = "engine-q"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html