loud-chef-99995
11/13/2022, 9:17 PMcargo run I get this error:
error: a bin target must be available for `cargo run`
I understand that it's because I don't have a main.rs file with a main function (or some src/bin/*.rs file).
What is the "normal" way to run my Axum project locally?
Thanks!early-lawyer-4779
11/13/2022, 9:35 PMcargo shuttle runloud-chef-99995
11/13/2022, 9:48 PM