From a0a2492a921c92b47cabff95be7f25ed0a4ebad2 Mon Sep 17 00:00:00 2001 From: Anshul Chauhan Date: Fri, 15 Jul 2022 13:27:57 +0530 Subject: [PATCH] Add todo-rs to the COMMUNITY showcase (#874) Co-authored-by: Anshul Chauhan <> --- COMMUNITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/COMMUNITY.md b/COMMUNITY.md index f3a895b8..05cdeb80 100644 --- a/COMMUNITY.md +++ b/COMMUNITY.md @@ -41,3 +41,4 @@ If you have built an app using SeaORM and want to showcase it, feel free to open - [ZAPP](https://zapp.epics.dev) ([repository](https://github.com/EpicsDAO/zapp)) | ZAPP is a serverless framework made by Rust. Quickly build a scalable GraphQL API web server. - [poem_admin](https://github.com/lingdu1234/poem_admin) | An admin panel built with poem, **Sea-orm** and Vue 3. - [VeryRezsi](https://github.com/szattila98/veryrezsi) | VeryRezsi is a subscription and expense calculator web-application. Powered by SvelteKit on client side, and Rust on server side. +- [todo-rs](https://github.com/anshulxyz/todo-rs/) | A TUI ToDo-app written in Rust using Cursive library and SeaORM for SQLite