dprint 0.40.2

Binary for dprint code formatter—a pluggable and configurable code formatting platform.
1
2
3
fn main() {
  println!("cargo:rustc-env=TARGET={}", std::env::var("TARGET").unwrap());
}