import replacement: haystack >> haystack-ai (#3587)

* import replacement: haystack >> haystack-ai

* Update lib.rs

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
This commit is contained in:
erickv
2024-04-22 17:52:55 +02:00
committed by GitHub
co-authored by Ruben Fiszel
parent 256c1fa8de
commit de637a3dfa
@@ -51,6 +51,7 @@ static PYTHON_IMPORTS_REPLACEMENT: phf::Map<&'static str, &'static str> = phf_ma
"tenable" => "pytenable",
"ns1" => "ns1-python",
"pymsql" => "PyMySQL",
"haystack" => "haystack-ai",
};
fn replace_import(x: String) -> String {