diff --git a/Cargo.lock b/Cargo.lock index 5b90273..9f0a6d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4066,7 +4066,7 @@ checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" [[package]] name = "websurfx" -version = "1.4.1" +version = "1.4.2" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 4851f2a..911aba3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "1.4.1" +version = "1.4.2" edition = "2021" description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind." repository = "https://github.com/neon-mmd/websurfx" diff --git a/src/engines/startpage.rs b/src/engines/startpage.rs index 44135e1..c7c292d 100644 --- a/src/engines/startpage.rs +++ b/src/engines/startpage.rs @@ -1,5 +1,5 @@ -//! The `duckduckgo` module handles the scraping of results from the duckduckgo search engine -//! by querying the upstream duckduckgo search engine with user provided query and with a page +//! The `startpage` module handles the scraping of results from the startpage search engine +//! by querying the upstream startpage search engine with user provided query and with a page //! number if provided. use std::collections::HashMap;