Gave the app the ability to change ports.

This commit is contained in:
2024-02-29 11:20:20 -05:00
parent affc00fa02
commit 6b68a0d186
6 changed files with 2173 additions and 12 deletions

View File

@ -6,3 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.7.4"
clap = { version = "4.5.1", features = ["derive"] }
dioxus = "0.4.3"
dioxus-ssr = "0.4.3"
tokio = { version = "1.36.0", features = ["full"] }