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" +