aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e573ef6..7bb13b2 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,10 @@ Now supporting both [Tokio](https://tokio.rs/) and [`async-std`](https://async.r
## Usage
+A macro-based "`struct`-router" is currently being developed for Windmark. A
+subset of Windmark's features are currently available for use through it. Check
+out [Rossweisse](./rossweisse/) for more information!
+
### Add Windmark and Tokio as Dependencies
```toml