feat: update packages

This commit is contained in:
2024-02-11 21:49:47 +01:00
parent eba64e2659
commit 0e3c5332df
2 changed files with 117 additions and 60 deletions

View File

@@ -9,6 +9,7 @@ async fn main() {
// initialize our search engine
let mut search_engine = SearchEngine::new(1.5, 0.75);
search_engine.index("https://www.rust-lang.org/", "Rust Programming Language");
// build our application with a route
let app = Router::new()