File: build.rs

package info (click to toggle)
rust-defmt-macros 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: makefile: 2
file content (3 lines) | stat: -rw-r--r-- 68 bytes parent folder | download
1
2
3
fn main() {
    println!("cargo:rerun-if-env-changed=DEFMT_LOG");
}