initial commit

+ some reasearch on returning error when using async task
This commit is contained in:
2023-11-20 22:20:34 +11:00
commit 6df632bc76
5 changed files with 443 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "wingmate-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.34.0", features = ["full"] }