use shared btracker-fs library

This commit is contained in:
yggverse 2025-09-06 18:41:30 +03:00
parent d95cee6c09
commit f95c9526f2
3 changed files with 12 additions and 187 deletions

View file

@ -4,14 +4,13 @@ extern crate rocket;
mod config;
mod feed;
mod meta;
mod public;
mod scraper;
mod torrent;
use btracker_fs::public::{Order, Public, Sort};
use config::Config;
use feed::Feed;
use meta::Meta;
use public::{Order, Public, Sort};
use rocket::{State, http::Status, response::content::RawXml, serde::Serialize};
use rocket_dyn_templates::{Template, context};
use scraper::{Scrape, Scraper};