Use bundled native crate for jerbuild

ober

816b2610b7fababcfb8cb13c82dfc72597fd485e

diff --git a/.jerbuild b/.jerbuild
index 15d6cf9..ed26f77 100644
--- a/.jerbuild
+++ b/.jerbuild
@@ -2,11 +2,11 @@
 
 (entry "support/binary-entry.ss")
 (output "jpg")
-(requires "cc" "cargo" "../jerboa/jerboa-native-rs")
+(requires "cc" "cargo" "bundled jerboa-native-rs")
 (notes "Builds pgp-native plus jerboa-native-rs with tls,sqlite,crypto. DuckDB is not required. The legacy OS-specific scripts still document extra static FFI symbol registration details.")
 (libdirs ".")
 (rust-crates
   "pgp-native/Cargo.toml"
-  ("../jerboa/jerboa-native-rs/Cargo.toml"
+  ("@bundle/jerboa-native-rs/Cargo.toml"
    features: "tls,sqlite,crypto"
    no-default-features: #t))