refactor!: replace Tantivy search engine with DuckDB

This commit is contained in:
rustmailer
2026-03-03 12:30:26 +08:00
parent ef4ab3496e
commit d2936ed4a7
52 changed files with 3594 additions and 1821 deletions
+3
View File
@@ -1,6 +1,9 @@
use std::{io::Result, process::Command};
fn main() -> Result<()> {
if cfg!(target_os = "windows") {
println!("cargo:rustc-link-lib=Rstrtmgr");
}
let output = Command::new("git")
.args(&["rev-parse", "--short", "HEAD"])
.output()