From bb6fefc1e54fe1cdf929012cb25e6f7fad75adb4 Mon Sep 17 00:00:00 2001 From: Andrey Tokarev Date: Sun, 3 Feb 2019 22:06:29 +0300 Subject: [PATCH] Update README.md --- simple-auth-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-auth-server/README.md b/simple-auth-server/README.md index d86be857..4c6048e1 100644 --- a/simple-auth-server/README.md +++ b/simple-auth-server/README.md @@ -8,7 +8,7 @@ - [actix](https://crates.io/crates/actix) // Actix is a Rust actors framework. - [actix-web](https://crates.io/crates/actix-web) // Actix web is a simple, pragmatic and extremely fast web framework for Rust. -- [brcypt](https://crates.io/crates/bcrypt) // Easily hash and verify passwords using bcrypt. +- [bcrypt](https://crates.io/crates/bcrypt) // Easily hash and verify passwords using bcrypt. - [chrono](https://crates.io/crates/chrono) // Date and time library for Rust. - [diesel](https://crates.io/crates/diesel) // A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL. - [dotenv](https://crates.io/crates/dotenv) // A dotenv implementation for Rust.