Gave the app the ability to change ports.
This commit is contained in:
@ -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"] }
|
||||
|
Reference in New Issue
Block a user