mirror of
https://github.com/Noratrieb/quotdd.git
synced 2026-01-14 16:25:03 +01:00
Initial commit
This commit is contained in:
commit
094afb02fe
6 changed files with 609 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue