βtracker is a BitTorrent aggregator based on the aquatic-crawler API #2956
oooo-ps
started this conversation in
Show & Tell
Replies: 1 comment
-
This should be possible. You can check out https://crates.io/crates/rocket-include-tera/0.5.8 for a library that handles statically including tera templates. There are libraries for including static files in the binary as well, but my brief search didn't find any for Rocket 0.5. You could upgrade one to work with Rocket 0.5, or handle them some other way. This will require code changes, but it shouldn't be too much work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My first experience with Rocket :)
https://github.com/yggverse/btracker
It's aggregation catalog for the Aquatic open tracker. At this moment, the online version is available for the Yggdrasil network only:
http://[302:68d0:f0d5:b88d::fdb]
I would like to build all-in-one binary without the
templates
andstatic
dirs dependencies, is this possible?Beta Was this translation helpful? Give feedback.
All reactions