diff --git a/README.md b/README.md index 9d437ff..b50b32b 100644 --- a/README.md +++ b/README.md @@ -41,17 +41,17 @@ -## Installation -```sh -$ cargo add async-session -``` - -## Available implementations +## Available session stores * [async-sqlx-session](https://crates.io/crates/async-sqlx-session) postgres & sqlite * [async-redis-session](https://crates.io/crates/async-redis-session) * [async-mongodb-session](https://crates.io/crates/async-mongodb-session) +## Framework implementations + +* [tide::sessions](https://docs.rs/tide/latest/tide/sessions/index.html) +* [warp-sessions](https://docs.rs/warp-sessions/latest/warp_sessions/) + ## Safety This crate uses ``#![deny(unsafe_code)]`` to ensure everything is implemented in 100% Safe Rust.