1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00

Update README.md

This commit is contained in:
Andrey Tokarev 2019-02-03 22:06:29 +03:00 committed by GitHub
parent d3a69f0c58
commit bb6fefc1e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.