ch1-exp: Log and color output

This commit is contained in:
Tateisi 2025-08-02 21:24:14 +08:00
parent 3681c27870
commit a5140c2cba
4 changed files with 59 additions and 3 deletions

7
Cargo.lock generated
View file

@ -2,10 +2,17 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "log"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
name = "os"
version = "0.1.0"
dependencies = [
"log",
"sbi-rt",
]