Set default binary for "cargo run"

This commit is contained in:
Jeff 2023-09-10 03:58:22 -04:00
parent b8a12dad5a
commit 27cb9be5f5

View File

@ -8,6 +8,7 @@ homepage = "https://git.jeffa.io/jeff/dust"
readme = "README.md"
license = "MIT"
edition = "2018"
default-run = "dust"
[[bin]]
name = "dust"