Suppress unused warnings and clean up workspace

This commit is contained in:
2026-06-18 21:16:25 -07:00
parent 2979dd476e
commit bbe2083965
13 changed files with 50 additions and 59 deletions
+4 -2
View File
@@ -6,13 +6,15 @@ members = [
"benches",
"roto-tonic",
"examples/hello_world",
"examples/no_std_test",
]
exclude = [
"test_gen_project"
"test_gen_project",
"examples/no_std_test",
]
resolver = "3"
[profile.dev]
panic = "abort"