From a4364e4ec6fe19212ecb09ed101108abfb895c95 Mon Sep 17 00:00:00 2001 From: Adam Chen Date: Thu, 29 Aug 2024 21:24:46 -0400 Subject: [PATCH] add description --- README.md | 2 +- root/Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa8ff2b..79e20ec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # root -[root](https://github.com/encodeous/root) is an abstract I/O-free implementation of the [Babel Routing Protocol](https://datatracker.ietf.org/doc/html/rfc8966) with its own take. It provides a high-level framework to design dynamic, fault-tolerant networks. +[root](https://github.com/encodeous/root) is an abstract I/O-free routing framework inspired by the [Babel Routing Protocol](https://datatracker.ietf.org/doc/html/rfc8966). It provides a high-level framework to design dynamic, fault-tolerant networks. The application is solely responsible for providing I/O and scheduling events, meaning that users of root are free to use any platform, framework, or architecture they desire. diff --git a/root/Cargo.toml b/root/Cargo.toml index 235ce58..4c751c2 100644 --- a/root/Cargo.toml +++ b/root/Cargo.toml @@ -7,6 +7,7 @@ keywords = ["routing", "network", "io-free"] categories = ["network-programming"] repository = "https://github.com/encodeous/root" readme = "../README.md" +description = "root is an abstract I/O free routing protocol" [dependencies] anyhow = "1.0.86"