diff --git a/src/_data/generalData.json b/src/_data/generalData.json index 8e63beb..19533e2 100644 --- a/src/_data/generalData.json +++ b/src/_data/generalData.json @@ -128,6 +128,16 @@ "title": "Rust", "description": "Memory-safe, low-level programming language with FFI support and a great compiler and community.", "url": "https://www.rust-lang.org/" + }, + { + "title": "Tokio", + "description": "Asynchronous processing library for rust that implements modern paradigms and conventions.", + "url": "https://tokio.rs" + }, + { + "title": "Warp", + "description": "Advanced http(s) server library for rust, built on tokio.", + "url": "https://github.com/seanmonstar/warp" } ] } diff --git a/src/_includes/components/footer.njk b/src/_includes/components/footer.njk index cc12808..5e4b362 100644 --- a/src/_includes/components/footer.njk +++ b/src/_includes/components/footer.njk @@ -1,4 +1,6 @@