Set default binary for cargo

This commit is contained in:
Jeff 2023-12-31 18:22:27 -05:00
parent 128ddc385c
commit b72d11b500

View File

@ -6,6 +6,7 @@ repository = "https://git.jeffa.io/jeff/dust.git"
edition = "2021"
license = "MIT"
authors = ["Jeff Anderson"]
default-run = "dust"
[[bin]]
name = "dust"