From dc91238650a878eb1d3f6eeb9025b882f1fa1139 Mon Sep 17 00:00:00 2001 From: Mason Date: Tue, 14 Nov 2023 19:03:22 -0500 Subject: [PATCH] update build --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3c60eb9..5c371c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "u5" version = "0.1.0" edition = "2021" +build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [net] @@ -16,3 +17,4 @@ cortex-m-rt = "0.6.13" [build-dependencies] cmake = "0.1" +