diff --git a/Cargo.toml b/Cargo.toml index 43c8290..c563cba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,7 @@ name = "sample-amp" version = "0.1.0" edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +default-run = "sample-amp" [dependencies] gtk = { version = "0.6.6", package = "gtk4" }