Add more from the std
This commit is contained in:
@@ -4,4 +4,6 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
std = { path = "../../crates/std" }
|
||||
# std = { path = "../../crates/std" }
|
||||
# shared = { path = "../../crates/shared", features = ["user"] }
|
||||
# core = { path = "../../crates/std/crates/core" }
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#![feature(custom_std)]
|
||||
|
||||
fn main() {
|
||||
let a = std::env::args();
|
||||
for a in a {
|
||||
|
||||
Reference in New Issue
Block a user