mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 08:34:19 +01:00
You can now run the tests with SQLite with: ``` cargo test --test compat --features sqlite3 ```
4 lines
75 B
Rust
4 lines
75 B
Rust
fn main() {
|
|
println!("cargo:rustc-link-search=native=target/debug");
|
|
}
|