first commit

This commit is contained in:
2024-02-16 22:52:02 +01:00
commit 7f0d90d8af
5 changed files with 102 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "twitchBot"
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.27.0", features = ["full"] }
rand = "0.8.5"