diff options
author | Guillermo Ramos | 2025-02-16 14:11:44 +0100 |
---|---|---|
committer | Guillermo Ramos | 2025-02-16 19:36:23 +0100 |
commit | 93e1545fb7da1f54fcc3dade596185ffe6c7a17d (patch) | |
tree | 0e8f5a4e30ed685f0aa297359f1bd453200f69b5 /Cargo.toml | |
parent | 472b540de459ade8ce8f9b16b97de06020dede30 (diff) | |
download | hiccup-93e1545fb7da1f54fcc3dade596185ffe6c7a17d.tar.gz |
Axum @ web.rs
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,3 +4,5 @@ version = "0.1.0" edition = "2021" [dependencies] +axum = "0.8.1" +tokio = { version = "1", features = ["full"] } |