Skip to content

Commit 322a4b9

Browse files
committed
refactor: Add notification system and multi-region address support
1 parent a831bab commit 322a4b9

File tree

3 files changed

+791
-15
lines changed

3 files changed

+791
-15
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ version = "0.1.0"
1111
[dependencies]
1212
cfg-if = "1.0"
1313
serde = {version = "1.0.204", default-features = false, features = ["derive", "alloc"]}
14+
arrayvec = { version = "0.7", default-features = false }
1415
# System independent crates provided by ArceOS.
1516
axaddrspace = "0.2.0"
1617
axerrno = "0.1.0"

0 commit comments

Comments
 (0)