- Removing workspace setup for cargo
This should make building much more straight forward in the future as currently builds have to follow a much stranger method - Removed fluff storage file No longer going to support uploading API. This is with the assumption that most who use this software are going to know how to upload files to their server anyway
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#![feature(decl_macro)]
|
||||
//#![feature(decl_macro)]
|
||||
#[macro_use] extern crate rocket;
|
||||
#[macro_use] extern crate lazy_static;
|
||||
use std::env;
|
||||
@@ -10,7 +10,7 @@ mod video;
|
||||
mod thumbnail;
|
||||
mod common;
|
||||
|
||||
#[tokio::main]
|
||||
#[rocket::main]
|
||||
async fn main() {
|
||||
// emoji's crash my terminal
|
||||
env::set_var("ROCKET_CLI_COLORS", "false");
|
||||
|
||||
Reference in New Issue
Block a user