Transform to tokio::main

This commit is contained in:
Quentin Boyer 2023-11-04 16:43:23 +01:00
parent d82dbd68b7
commit c17baa112c
3 changed files with 156 additions and 1 deletions

View file

@ -5,3 +5,4 @@ authors = ["traxys <quentin@familleboyer.net>"]
edition = "2021"
[dependencies]
tokio = { version = "1.33.0", features = ["rt", "macros"] }