Initial commit

This commit is contained in:
nora 2024-08-26 01:56:38 +02:00
commit 094afb02fe
6 changed files with 609 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "qotdd"
version = "0.1.0"
edition = "2021"
[dependencies]
eyre = "0.6.12"
rand = "0.8.5"
tokio = { version = "1.39.3", features = ["full"] }