summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-12-04 01:28:08 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-12-04 01:28:08 +0100
commit1fb52089715631f4edb2abdc592547d0f5121161 (patch)
treee21ed51e1cbc86c73a15f5ab21fa1eed41426e2a /.cargo/config.toml
parent21f5e8f932b29623ce4108ce5f941f2e9fa056a4 (diff)
chore: ensure everything still runs on no_std
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to '.cargo/config.toml')
-rw-r--r--.cargo/config.toml2
1 files changed, 2 insertions, 0 deletions
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"