From fce79269e1bcb76de42de1a2b246bec9fac140d5 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 15 Jun 2023 07:20:36 -0500 Subject: [PATCH] needed so that there aren't errors with async rust --- rustfmt.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..36c419b --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +edition = "2021" \ No newline at end of file