started work on lib_application - progress limited as requires alloc support to make further progress

This commit is contained in:
2025-02-21 16:13:06 +00:00
parent e626a3bcf2
commit f0e25c7a5d
9 changed files with 52 additions and 2 deletions
Generated
+7
View File
@@ -49,6 +49,13 @@ dependencies = [
"spin",
]
[[package]]
name = "lib_application"
version = "0.1.0"
dependencies = [
"lib_ascii",
]
[[package]]
name = "lib_ascii"
version = "0.1.0"