initial commit

This commit is contained in:
noa 2024-07-11 19:05:37 +02:00
commit 330568ec2f
6 changed files with 883 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "flurry"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.38", features = ["full"] }
tokio-test = "*"