Skip to content

Commit

Permalink
Merge pull request #40 from traP-jp/feat/#21-account
Browse files Browse the repository at this point in the history
第二部 - アカウント機能の実装
  • Loading branch information
kenken714 authored Nov 9, 2024
2 parents eaf8159 + c74b3ca commit 1f5d9e5
Show file tree
Hide file tree
Showing 9 changed files with 385 additions and 241 deletions.
2 changes: 1 addition & 1 deletion docs/chapter2/section1/0_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ DB_DATABASE="world"
4. 以下のコマンドを実行し、クレートの依存関係を追加しましょう。

```sh
$ cargo add axum anyhow serde serde_json tokio --features tokio/full,serde/derive,axum/macros
$ cargo add axum anyhow serde serde_json tokio bcrypt --features tokio/full,serde/derive,axum/macros
$ cargo add async-session tracing tracing-subscriber --features tracing-subscriber/env-filter,tracing-subscriber/fmt
$ cargo add tower-http --features add-extension,trace,fs
```
Expand Down
Loading

0 comments on commit 1f5d9e5

Please sign in to comment.