This website requires JavaScript.
Explore
Help
Register
Sign In
zaphar
/
offline-web
Watch
1
Star
0
Fork
0
You've already forked offline-web
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
offline-web
/
exp1
/
src
/
main.rs
7 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
chore: move to a workspace setup
2025-04-12 15:53:40 -04:00
mod
serve
;
wip: initial web server wiring
2025-03-29 20:32:25 -04:00
#[
tokio::main(flavor =
"
current_thread
"
)
]
async
fn
main
(
)
{
chore: move to a workspace setup
2025-04-12 15:53:40 -04:00
serve
::
serve
(
)
.
await
;
wip: initial web server wiring
2025-03-29 20:32:25 -04:00
}
Reference in New Issue
Copy Permalink