This website requires JavaScript.
Explore
Help
Sign In
fossil
/
affluence
Watch
2
Star
0
Fork
You've already forked affluence
0
Code
Issues
7
Pull Requests
Releases
Activity
83e9d3e8cf
affluence
/
build.rs
4 lines
65 B
Rust
Raw
Normal View
History
Unescape
Escape
feat: database migrations
2023-05-16 16:25:33 +02:00
fn
main
(
)
{
chore: please linter
2023-05-17 23:21:15 +02:00
println!
(
"
cargo:rerun-if-changed=migrations
"
)
;
feat: database migrations
2023-05-16 16:25:33 +02:00
}