add mman to main Cargo.toml
This commit is contained in:
@@ -16,6 +16,7 @@ platform = { path = "platform" }
|
||||
ctype = { path = "src/ctype" }
|
||||
fcntl = { path = "src/fcntl" }
|
||||
grp = { path = "src/grp" }
|
||||
mman = { path = "src/mman" }
|
||||
stdio = { path = "src/stdio" }
|
||||
stdlib = { path = "src/stdlib" }
|
||||
string = { path = "src/string" }
|
||||
|
||||
Reference in New Issue
Block a user