[workspace] resolver = "2" members = ["apps/yourcloud"] [workspace.dependencies] tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] } http_client = { path = "libs/http_client" } discord_bot = { path = "libs/discord_bot" } thiserror = "1.0.63" tracing = "0.1.40" [profile.dev.package.backtrace] opt-level = 3