Change io crate & add a small shell
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
[package]
|
||||
name = "io"
|
||||
name = "no-std-io"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[features]
|
||||
alloc = []
|
||||
std = ["alloc"]
|
||||
std = []
|
||||
|
||||
Reference in New Issue
Block a user