# 04-rust-homework **Repository Path**: czlan91/04-rust-homework ## Basic Information - **Project Name**: 04-rust-homework - **Description**: rust 第四周作业 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-25 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Geektime Rust 语言训练营 rust 第四周作业 # chat ## 依赖 ```shell cargo add tokio --features rt --features rt-multi-thread --features macros --features net --dev cargo add tokio-util --features codec --dev cargo add tokio-stream --dev cargo add futures --dev cargo add anyhow --dev cargo add tracing --dev cargo add tracing-subscriber --features env-filter --dev cargo add dashmap --dev ``` # shortener ## 依赖 ```shell cargo add tokio --features rt --features rt-multi-thread --features macros --features net --dev cargo add anyhow --dev cargo add tracing --dev cargo add tracing-subscriber --features env-filter --dev cargo add axum --features http2 --features tracing --features query --dev cargo add nanoid --dev cargo add sqlx --features postgres --features runtime-tokio --features tls-rustls --dev cargo add serde --features derive --dev cargo add thiserror --dev ```