From d6b3d2d57ea6db4c06d32e5305b7aae3e57c7d93 Mon Sep 17 00:00:00 2001 From: Mike Canann Date: Sun, 1 Jan 2023 11:14:22 -0500 Subject: [PATCH] fix typo (#596) --- auth/simple-auth-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/simple-auth-server/README.md b/auth/simple-auth-server/README.md index e825616..5650fa7 100644 --- a/auth/simple-auth-server/README.md +++ b/auth/simple-auth-server/README.md @@ -22,7 +22,7 @@ - [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. -- [derive_more](https://crates.io/crates/derive_more) // Convenience macros to derive tarits easily +- [derive_more](https://crates.io/crates/derive_more) // Convenience macros to derive traits easily - [env_logger](https://crates.io/crates/env_logger) // A logging implementation for log which is configured via an environment variable. - [futures](https://crates.io/crates/futures) // An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. - [lazy_static](https://docs.rs/lazy_static) // A macro for declaring lazily evaluated statics.