dprint 0.35.1

Binary for dprint code formatter—a pluggable and configurable code formatting platform.
1
2
3
4
5
use std::path::PathBuf;

fn main() {
  println!("cargo:rustc-env=TARGET={}", std::env::var("TARGET").unwrap());
}