From 2212108ccf8030da89f61fa106150371e266708a Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 14 May 2024 22:41:29 -0400 Subject: [PATCH] cargo: fmt --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ed24f0..4541597 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,7 @@ +[workspace] +members = ["helix", "commands"] +resolver = "2" + [package] name = "botoh" version = "0.1.0" @@ -6,6 +10,6 @@ edition = "2021" [dependencies] dotenv = "0.15.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_api = "0.7.0-rc.7"