Implement disk read
... | ... | @@ -10,7 +10,8 @@ crate-type = ["staticlib"] |
[dependencies] | ||
linked_list_allocator = "0.9.0" | ||
linked_list_allocator = "0.9.1" | ||
redox_syscall = "0.2.10" | ||
[dependencies.redoxfs] | ||
git = "https://gitlab.redox-os.org/redox-os/redoxfs.git" | ||
... | ... |
Please register or sign in to comment