This website requires JavaScript.
Explore
Help
Register
Sign In
astatin3
/
unshell
Watch
1
Star
0
Fork
0
You've already forked unshell
mirror of
https://github.com/Astatin3/unshell.git
synced
2026-06-09 06:47:59 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d1a0050f45c01f4944b97183a8c4630496d95047
unshell
/
unshell-server
/
src
/
lib.rs
T
6 lines
74 B
Rust
Raw
Normal View
History
Unescape
Escape
Move server stuff into API folder
2025-11-29 14:10:05 -07:00
// #![macro_use]
JWT Authentication
2025-11-29 13:15:09 -07:00
Move server stuff into API folder
2025-11-29 14:10:05 -07:00
mod
api
;
Add server database interaction
2025-12-01 16:38:33 -07:00
pub
mod
database
;
Move server stuff into API folder
2025-11-29 14:10:05 -07:00
pub
use
api
::
app
::
start_api
;
Reference in New Issue
Copy Permalink