From f342f141c4c27b2a0db2872d4725fb94309c3d83 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 30 Aug 2024 19:24:49 -0400 Subject: Make it an HTTP server --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 319aedf..3fcdf99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,6 @@ version = "0.1.0" edition = "2021" [dependencies] +axum = "0.7.5" +clap = { version = "4.5.16", features = ["derive", "env"] } +tokio = { version = "1.40.0", features = ["rt", "macros", "rt-multi-thread"] } -- cgit v1.2.3