mirror of
https://git.meli.delivery/meli/meli
synced 2024-11-01 15:40:27 +00:00
77936e0cd5
Missing: - Watching for updates functionality - Using tags - Search
7 lines
116 B
Rust
7 lines
116 B
Rust
fn main() {
|
|
#[cfg(feature = "notmuch_backend")]
|
|
{
|
|
println!("cargo:rustc-link-lib=notmuch");
|
|
}
|
|
}
|