add jerbuild
ober
0d44f5273b3e64d8de11369fb9f5dd647ab6af09
new file mode 100644 --- /dev/null +++ b/.jerbuild @@ -0,0 +1,8 @@ +;; Build secmon-agent with a standalone jerbuild binary. + +(entry "bin/agent.ss") +(output "secmon-agent") +(requires "cc" "cargo") +(notes "Uses the repo-local patched jerboa-native-rs crate. That crate has no DuckDB feature.") +(libdirs ".") +(rust-crates "patches/jerboa-native-rs/Cargo.toml")