From 1fb52089715631f4edb2abdc592547d0f5121161 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Mon, 4 Dec 2023 01:28:08 +0100 Subject: chore: ensure everything still runs on no_std Signed-off-by: Henry Gressmann --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml (limited to '.cargo/config.toml') diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..1337d89 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[alias] +dev="run -- -l debug run" -- cgit v1.3.1