remove tokio main

This commit is contained in:
Namekuji 2023-05-13 22:58:03 -04:00
parent e1a0ab7d25
commit bee531ddca

View file

@ -7,8 +7,7 @@ use tracing::debug;
#[macro_use]
extern crate macros;
#[tokio::main]
async fn main() -> anyhow::Result<()> {
fn main() -> anyhow::Result<()> {
env::set_var(
"CK_REPO_DIR",
PathBuf::from(env!("PWD"))