diff options
| author | Fuwn <[email protected]> | 2022-08-16 17:33:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-08-16 17:33:49 -0700 |
| commit | 633f32e3c06aa0eed7133b6cd7ffe61bf5937ca8 (patch) | |
| tree | 40c9e7fb2f5420a804e961074a69481f798f79bf /src/main.rs | |
| parent | feat(remarks.json): add new remark (diff) | |
| download | locus-633f32e3c06aa0eed7133b6cd7ffe61bf5937ca8.tar.xz locus-633f32e3c06aa0eed7133b6cd7ffe61bf5937ca8.zip | |
feat(modules): stocks
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index fb4737a..c7a9f4c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -90,6 +90,7 @@ fn time_section(timer: &mut Instant, context: &str) { async fn main() -> Result<(), Box<dyn std::error::Error>> { std::env::set_var("RUST_LOG", "windmark,locus=trace"); pretty_env_logger::init(); + dotenv::dotenv().ok(); let mut time_mount = Instant::now(); let mut router = windmark::Router::new(); |