Prepare work on Rust2.0 with async/tokio support

This commit is contained in:
Fabian Stamm
2022-12-11 23:37:08 +01:00
parent f301b583cb
commit 890b903f04
4 changed files with 63 additions and 0 deletions

View File

@ -13,3 +13,5 @@ indent_size = 2
indent_size = 4
[*.dart]
indent_size = 2
[*.rs]
indent_size = 4