This website requires JavaScript.
Explore
Help
Sign In
core
/
trifid
Watch
1
Star
0
Fork
You've already forked trifid
0
Code
Issues
1
Pull Requests
Actions
Packages
Projects
7
Releases
Wiki
Activity
aadd420f71
trifid
/
trifid-api
/
build.rs
4 lines
66 B
Rust
Raw
Normal View
History
Unescape
Escape
database connectivity
2023-02-03 02:39:46 +00:00
fn
main
(
)
{
restart trifid-api to do it better
2023-04-02 16:08:36 +00:00
println!
(
"
cargo:rerun-if-changed=migrations/
"
)
;
host blocking + general code cleanup
2023-05-11 00:32:19 +00:00
}