mirror of
https://github.com/iceHtwoO/novaOS.git
synced 2026-04-16 20:22:26 +00:00
Refactor and reorganize project structure
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -14,11 +14,13 @@ panic = "abort"
|
||||
|
||||
[dependencies]
|
||||
libm = "0.2.15"
|
||||
heap = {path = "heap"}
|
||||
nova_error = {path = "nova_error"}
|
||||
heap = {path = "workspace/heap"}
|
||||
nova_error = {path = "workspace/nova_error"}
|
||||
paste = "1.0.15"
|
||||
|
||||
[workspace]
|
||||
|
||||
members = [ "nova_error",
|
||||
"heap"
|
||||
members = [
|
||||
"workspace/nova_error",
|
||||
"workspace/heap",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user