This website requires JavaScript.
Explore
Help
Sign In
awstin
/
achubb_website
Watch
1
Star
0
Fork
You've already forked achubb_website
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
469b839993
achubb_website
/
src
/
main.rs
6 lines
102 B
Rust
Raw
Normal View
History
Unescape
Escape
Switching to axum and askama
2023-12-16 17:58:58 -05:00
#[
tokio::main
]
Proceeded to setting up tailwind for the project
2023-12-17 14:45:33 -05:00
async
fn
main
(
)
->
anyhow
::
Result
<
(
)
>
{
Moving logic to library file to begin organization tested and it works
2024-01-21 17:15:59 -05:00
achubb_backend
::
run
(
)
.
await
?
;
Proceeded to setting up tailwind for the project
2023-12-17 14:45:33 -05:00
Ok
(
(
)
)
}
Reference in a new issue
Copy permalink