Add Cargo.toml
This commit is contained in:
parent
ae113c4d9b
commit
8914aeeee5
1 changed files with 13 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "SmugBot"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
twitch-irc = "5.0.1"
|
||||
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
dotenv = "0.15.0"
|
||||
env-file-reader = "0.3.0"
|
||||
rsnltk = "0.1.3"
|
||||
sqlite = "0.31.1"
|
Loading…
Reference in a new issue