We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5c9509 + 20d2c0d commit c78cd75Copy full SHA for c78cd75
README.md
@@ -24,7 +24,7 @@ http = "1"
24
tower = "0.4"
25
axum = "0.7"
26
tokio = { version = "1", features = ["full"] }
27
-traq-bot-http = { version = "0.11.2", features = ["tower"] }
+traq-bot-http = { version = "0.11", features = ["tower"] }
28
```
29
30
`main.rs`
@@ -87,3 +87,8 @@ feature | 機能 | バージョン
87
## Contributing
88
89
Issue, Pull Requestは大歓迎です。
90
+
91
+## Blogs about this repository
92
93
+- [Rustでライブラリを作った | 東京科学大学デジタル創作同好会traP](https://trap.jp/post/1819/)
94
+- [Rustでライブラリを作った 続編 | 東京科学大学デジタル創作同好会traP](https://trap.jp/post/2438/)
0 commit comments