aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-09-24 13:35:58 -0400
committerDeterminant <tederminant@gmail.com>2020-09-24 13:35:58 -0400
commit87884dd452d410d187c6ee2c429d8f67c6ab74fb (patch)
tree945d0bd2d11db726eef124f8414c4fd4072226b9 /Cargo.toml
parentf8c07b16a9a3366260052434dec126557ea2e173 (diff)
add pre-built image
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 17b3be0..4a84718 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ version = "0.6.1"
features = ["stm32f103", "rt", "stm32-usbd"]
[[bin]]
-name ="knobox"
+name ="cessna-knobox"
path = "src/app.rs"
[profile.release]