From 770fe8bbebebca14760b2329fbb038986c6cb435 Mon Sep 17 00:00:00 2001 From: Joel Parker Henderson Date: Sat, 12 Mar 2022 09:54:01 -0800 Subject: [PATCH] Add ecosystem tutorial link to demo-rust-axum (#852) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 6dcdefa7..12a07979 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -34,3 +34,4 @@ If your project isn't listed here and you would like it to be, please feel free [axum-tutorial]: https://github.com/programatik29/axum-tutorial [axum-tutorial-website]: https://programatik29.github.io/axum-tutorial/ +- [demo-rust-axum](https://github.com/joelparkerhenderson/demo-rust-axum): Demo of Rust and axum web framework