summaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-23 03:01:47 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-23 03:01:47 +0800
commit9880a6409e8eed4e1210406603d8aff65fac6a0c (patch)
tree8eb6146771fea38f4a5b3e7f7d17e784fd26ce79 /build.rs
parent137c41af5336d06351d95a37788401dd093efe19 (diff)
Move Registry.toml into .cargo/ subdirectory
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index f657a7f..c30601d 100644
--- a/build.rs
+++ b/build.rs
@@ -14,7 +14,7 @@ const REGISTRY_RS_TEMPLATE: &str = "./templates/_registry.rs.template";
const RENDERER_LIST_TEMPLATE: &str = "./templates/renderer_list.rs.template";
const RENDERER_LIST: &str = "./src/cmd/renderers/renderer_list.rs";
-const REGISTRY_TOML: &str = "./Registry.toml";
+const REGISTRY_TOML: &str = "./.cargo/registry.toml";
fn main() {
println!("cargo:rerun-if-env-changed=FORCE_BUILD");