feat: add axium hello world

This commit is contained in:
Alexander Navarro 2025-02-13 12:11:27 -03:00
parent ca2ea91976
commit 0923ac1841
3 changed files with 617 additions and 2 deletions

View file

@ -4,3 +4,5 @@ version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.8.1"
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }