mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
Make the codebase a Rust workspace
This commit is contained in:
parent
320a9ab70b
commit
0ed8839eff
24
src/Cargo.lock
generated
Normal file
24
src/Cargo.lock
generated
Normal file
@ -0,0 +1,24 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "bitflags"
|
||||
version = "1.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
||||
|
||||
[[package]]
|
||||
name = "kxos"
|
||||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "kxos-frame"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "kxos-std"
|
||||
version = "0.1.0"
|
7
src/Cargo.toml
Normal file
7
src/Cargo.toml
Normal file
@ -0,0 +1,7 @@
|
||||
[workspace]
|
||||
|
||||
members = [
|
||||
"kxos",
|
||||
"kxos-frame",
|
||||
"kxos-std",
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user