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
e2738678c8
Pslink
/
pslink
/
build.rs
6 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
Bumping versions using actix-web 4
2021-10-11 13:01:19 +02:00
use
static_files
::
resource_dir
;
initial commit of slink
2021-02-04 15:07:55 +01:00
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