Skip to content

Commit

Permalink
crates/private/meta: Add missing crates
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Feb 13, 2024
1 parent 0192dcf commit 7512fb3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions crates/private/meta/Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ mk {

sel4-async-block-io
sel4-async-block-io-fat
sel4-async-io
sel4-async-network
sel4-async-single-threaded-executor
sel4-async-time
sel4-async-unsync
sel4-atomic-ptr
sel4-bounce-buffer-allocator
sel4-immediate-sync-once-cell
sel4-immutable-cell
Expand Down
2 changes: 2 additions & 0 deletions crates/private/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ log = "0.4.17"
sel4 = { path = "../../sel4" }
sel4-async-block-io = { path = "../../sel4-async/block-io" }
sel4-async-block-io-fat = { path = "../../sel4-async/block-io/fat" }
sel4-async-io = { path = "../../sel4-async/io" }
sel4-async-network = { path = "../../sel4-async/network" }
sel4-async-single-threaded-executor = { path = "../../sel4-async/single-threaded-executor" }
sel4-async-time = { path = "../../sel4-async/time" }
sel4-async-unsync = { path = "../../sel4-async/unsync" }
sel4-atomic-ptr = { path = "../../sel4-atomic-ptr" }
sel4-bounce-buffer-allocator = { path = "../../sel4-bounce-buffer-allocator" }
sel4-config = { path = "../../sel4/config" }
sel4-externally-shared = { path = "../../sel4-externally-shared", features = ["unstable"] }
Expand Down
2 changes: 2 additions & 0 deletions crates/private/meta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,12 @@ definitely! {
sel4
sel4_async_block_io
sel4_async_block_io_fat
sel4_async_io
sel4_async_network
sel4_async_single_threaded_executor
sel4_async_time
sel4_async_unsync
sel4_atomic_ptr
sel4_bounce_buffer_allocator
sel4_config
sel4_externally_shared
Expand Down

0 comments on commit 7512fb3

Please sign in to comment.