Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 13 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 6 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,24 @@ homepage = "https://github.com/arceos-org/arceos"
repository = "https://github.com/arceos-org/starry-next"

[workspace.dependencies]
axfeat = { git = "https://github.com/oscomp/arceos.git" }
arceos_posix_api = { git = "https://github.com/oscomp/arceos.git", features = [
"uspace",
"smp",
"irq",
axfeat = { git = "https://github.com/oscomp/arceos.git", features = [
"fs",
"irq",
"multitask",
"net",
"pipe",
"select",
"epoll",
"smp",
] }

axconfig = { git = "https://github.com/oscomp/arceos.git" }
axfs = { git = "https://github.com/oscomp/arceos.git" }
axhal = { git = "https://github.com/oscomp/arceos.git", features = ["uspace"] }
axlog = { git = "https://github.com/oscomp/arceos.git" }
axmm = { git = "https://github.com/oscomp/arceos.git" }
axnet = { git = "https://github.com/oscomp/arceos.git" }
axns = { git = "https://github.com/oscomp/arceos.git", features = [
"thread-local",
] }
axruntime = { git = "https://github.com/oscomp/arceos.git" }
axsync = { git = "https://github.com/oscomp/arceos.git" }
axtask = { git = "https://github.com/oscomp/arceos.git" }

Expand All @@ -59,9 +56,9 @@ lwext4_rs = ["axfeat/lwext4_rs"]

[dependencies]
axfeat.workspace = true

axhal.workspace = true
axlog.workspace = true
axruntime.workspace = true
axtask.workspace = true

axerrno.workspace = true
Expand Down
2 changes: 0 additions & 2 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ axhal.workspace = true
axlog.workspace = true
axsync.workspace = true
axtask.workspace = true
arceos_posix_api.workspace = true

axerrno.workspace = true
bitflags.workspace = true
Expand All @@ -23,7 +22,6 @@ starry-core.workspace = true

macro_rules_attribute = "0.2"
num_enum = { version = "0.7", default-features = false }
static_assertions = "1.1"

[target.'cfg(target_arch = "x86_64")'.dependencies]
x86 = "0.52"
Loading
Loading