From 93e1545fb7da1f54fcc3dade596185ffe6c7a17d Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sun, 16 Feb 2025 14:11:44 +0100 Subject: Axum @ web.rs --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 645dcaa..51c3ea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,5 @@ version = "0.1.0" edition = "2021" [dependencies] +axum = "0.8.1" +tokio = { version = "1", features = ["full"] } -- cgit v1.2.3