Skip to content

Commit

Permalink
Change path of rust apps, add workspace manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
equation314 committed Jul 19, 2024
1 parent b797afa commit 1b98f5a
Show file tree
Hide file tree
Showing 67 changed files with 28 additions and 1 deletion.
Empty file added .github/workflows/build.yml
Empty file.
24 changes: 24 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[workspace]
resolver = "2"

members = [
"rust/helloworld",
"rust/memtest",
"rust/exception",
"rust/display",
"rust/fs/shell",
"rust/net/echoserver",
"rust/net/httpclient",
"rust/net/httpserver",
"rust/net/udpserver",
"rust/net/bwbench",
"rust/task/parallel",
"rust/task/sleep",
"rust/task/yield",
"rust/task/priority",
"rust/task/tls",
]

[workspace.dependencies]
axstd = { git = "https://github.com/arceos-org/arceos.git" }
axnet = { git = "https://github.com/arceos-org/arceos.git" }
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# arceos-apps

Example apps for [ArceOS](https://github.com/arceos-org/arceos).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion net/bwbench/Cargo.toml → rust/net/bwbench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ authors = ["ChengXiang Qi <kuangjux@outlook.com>"]

[dependencies]
axstd = { workspace = true, features = ["net"] }
axnet = { path = "../../../modules/axnet" }
axnet = { workspace = true }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1b98f5a

Please sign in to comment.