modified configuration.rs
This commit is contained in:
parent
8a870556c0
commit
bcffec0580
@ -5,6 +5,7 @@ extern crate serde_json;
|
|||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
use std::io::{BufReader, Read};
|
use std::io::{BufReader, Read};
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
|
use std::future::Future;
|
||||||
|
|
||||||
use reqwest::Client;
|
use reqwest::Client;
|
||||||
use select::document::Document;
|
use select::document::Document;
|
||||||
|
@ -16,6 +16,7 @@ use serde_json::Result;
|
|||||||
mod app;
|
mod app;
|
||||||
mod config;
|
mod config;
|
||||||
mod generate;
|
mod generate;
|
||||||
|
mod led;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let configuration = config::init_config();
|
let configuration = config::init_config();
|
||||||
|
Loading…
Reference in New Issue
Block a user