Clean up smoltcp dependencies

This commit is contained in:
Ruihan Li
2024-09-19 12:16:35 +08:00
committed by Tate, Hongliang Tian
parent d62bb1ca76
commit 51334c4a36
9 changed files with 17 additions and 39 deletions

View File

@ -18,6 +18,7 @@ pub mod device;
pub mod errors;
pub mod iface;
pub mod socket;
pub mod time;
pub mod wire;
extern crate alloc;