add nostd example

This commit is contained in:
Matthieu Jolimaitre 2024-10-24 19:00:57 +02:00
parent e0ffe2a858
commit a806471a0a
2 changed files with 26 additions and 0 deletions

View file

@ -24,3 +24,7 @@ path = "example/repl.rs"
[[bin]]
name = "run"
path = "example/run.rs"
[[bin]]
name = "no_std"
path = "example/no_std.rs"