From 17c6bd803dbbecb8975b1b98532d25a807a7b3fb Mon Sep 17 00:00:00 2001 From: UMTS at Teleco Date: Sun, 8 Mar 2026 22:11:52 +0100 Subject: docs and font fix --- build.rs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'build.rs') diff --git a/build.rs b/build.rs index fe84b39..ebd0855 100644 --- a/build.rs +++ b/build.rs @@ -41,7 +41,10 @@ fn main() { println!("cargo:rustc-env=HOARDOM_WHOIS_CMD={}", whois_cmd); println!("cargo:rustc-env=HOARDOM_WHOIS_FLAGS={}", whois_flags); - println!("cargo:rustc-env=HOARDOM_RDAP_BOOTSTRAP_URL={}", rdap_bootstrap_url); + println!( + "cargo:rustc-env=HOARDOM_RDAP_BOOTSTRAP_URL={}", + rdap_bootstrap_url + ); // Extract list names from Lists.toml (keys that have array values) let lists_toml = std::fs::read_to_string("Lists.toml").expect("Could not read Lists.toml"); @@ -56,7 +59,10 @@ fn main() { } } } - println!("cargo:rustc-env=HOARDOM_LIST_NAMES={}", list_names.join(",")); + println!( + "cargo:rustc-env=HOARDOM_LIST_NAMES={}", + list_names.join(",") + ); // rerun if Cargo.toml or Lists.toml changes println!("cargo:rerun-if-changed=Cargo.toml"); -- cgit v1.2.3-70-g09d2