mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
use shared btracker-fs library
This commit is contained in:
parent
d95cee6c09
commit
f95c9526f2
3 changed files with 12 additions and 187 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue