This website requires JavaScript.
Explore
Help
Sign In
dietrich
/
Pslink
Watch
1
Star
0
Fork
0
You've already forked Pslink
Code
Issues
2
Pull Requests
Projects
Releases
1
Activity
26142084f6
Pslink
/
pslink
/
build.rs
6 lines
105 B
Rust
Raw
Normal View
History
Unescape
Escape
initial commit of slink
2021-02-04 15:07:55 +01:00
use
actix_web_static_files
::
resource_dir
;
fn
main
(
)
{
Working user and link list, (big)restructure This is now a workspace consisting of: * the pslink app (a wasm frontend for the admin interface) * the pslink binary * shared - modules for communication between the two above.
2021-05-04 11:29:36 +02:00
resource_dir
(
"
./static/
"
)
.
build
(
)
.
unwrap
(
)
;
initial commit of slink
2021-02-04 15:07:55 +01:00
}
Reference in New Issue
Copy Permalink