cargo: fmt
This commit is contained in:
parent
243618b821
commit
2212108ccf
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
[workspace]
|
||||||
|
members = ["helix", "commands"]
|
||||||
|
resolver = "2"
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "botoh"
|
name = "botoh"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
@ -6,6 +10,6 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
pretty_env_logger = "0.5.0"
|
pretty_env_logger = "0.5.0"
|
||||||
tokio = {version = "1.37.0", features = ["full"]}
|
tokio = { version = "1.37.0", features = ["full"] }
|
||||||
twitch-irc = "5.0.1"
|
twitch-irc = "5.0.1"
|
||||||
twitch_api = "0.7.0-rc.7"
|
twitch_api = "0.7.0-rc.7"
|
||||||
|
|
Loading…
Reference in a new issue