summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorFxQnLr <[email protected]>2024-04-10 12:20:17 +0200
committerFxQnLr <[email protected]>2024-04-10 12:20:17 +0200
commitbd5ed2f47fe870776783a5b2a56c899126a51860 (patch)
tree398fa227d8df143ebf5d4ecfe8b6f03f88022e65 /src/main.rs
parent3428a637ce420baef9aa9f9803e71bd587867005 (diff)
downloadwebol-bd5ed2f47fe870776783a5b2a56c899126a51860.tar
webol-bd5ed2f47fe870776783a5b2a56c899126a51860.tar.gz
webol-bd5ed2f47fe870776783a5b2a56c899126a51860.zip
Closes #29. Usable Readme and hopefully versioned container
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index cf0d39b..779385f 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -68,7 +68,6 @@ impl Modify for SecurityAddon {
68} 68}
69 69
70#[tokio::main] 70#[tokio::main]
71#[allow(deprecated)]
72async fn main() -> color_eyre::eyre::Result<()> { 71async fn main() -> color_eyre::eyre::Result<()> {
73 color_eyre::install()?; 72 color_eyre::install()?;
74 73