diff --git a/cargo-espflash/Cargo.toml b/cargo-espflash/Cargo.toml index 3d343a8e..5fb1de0d 100644 --- a/cargo-espflash/Cargo.toml +++ b/cargo-espflash/Cargo.toml @@ -41,3 +41,6 @@ cargo = { version = "0.73.1", features = ["vendored-openssl"] } [target.'cfg(windows)'.dependencies] cargo = "0.73.1" + +[features] +defmt = ["espflash/defmt"] \ No newline at end of file