diff --git a/README.md b/README.md index 84ab597..d06278c 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,11 @@ # Uses gRPC client/server for authentication Rust crates directly used - tokio - Rust' asynchronous runtime, similar to ASIO for C++. - Tokio - Is a tool that provides the building blocks for writing network applications without compromising speed. It includes a stack of various components, such as Hyper, Tonic, Tower, and Mio, for different needs and scenarios. - tonic - Is a Rust implementation of gRPC - clap - Provides powerful command line argument parsing - anyhow - Provides better error handling - +- tokio Rust' asynchronous runtime, similar to ASIO for C++. +- Tokio Is a tool that provides the building blocks for writing network applications without compromising speed. It includes a stack of various components, such as Hyper, Tonic, Tower, and Mio, for different needs and scenarios. +- tonic Is a Rust implementation of gRPC +- clap Provides powerful command line argument parsing +- anyhow Provides better error handling ## Building