From 504ab2aa3cb91bb4db4db8cd28bccb560c61b746 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Fri, 21 Feb 2025 15:16:35 +0000 Subject: [PATCH] docs: add acknowledgements section --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42fdb9e..de15a59 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,7 @@ The project is split into three distinct Cargo projects: - `txcore` - contains shared code between the server and client ## License -Everything contained within this repository is covered by the [Apache License 2.0](./LICENSE.md) +Everything contained within this repository is covered by the [Apache License 2.0](./LICENSE.md). + +## Acknowledgements +- [Ratatui](https://ratatui.rs) for everything related to UI