Sync computers
This commit is contained in:
@@ -5,4 +5,4 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
os-std-macros = { path = "../os-std-macros" }
|
||||
shared = { path = "../shared" }
|
||||
shared = { path = "../shared", features = ["user"] }
|
||||
|
||||
@@ -4,6 +4,7 @@ extern crate alloc;
|
||||
|
||||
pub mod prelude;
|
||||
|
||||
pub use shared::fs;
|
||||
pub use shared::syscall;
|
||||
|
||||
#[macro_export]
|
||||
|
||||
Reference in New Issue
Block a user