cargo: add build script that rebuilds when the system prompt has changed

This commit is contained in:
2026-06-08 18:39:07 +02:00
parent 16c6cc7001
commit 30a4424252
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("cargo::rerun-if-changed=src/system-prompt.txt");
}