add semaphore to main Cargo.toml

This commit is contained in:
Paul Sajna
2018-03-03 21:56:46 -08:00
parent 3210d52eee
commit 01e519aa24
+1
View File
@@ -16,6 +16,7 @@ platform = { path = "platform" }
ctype = { path = "src/ctype" }
fcntl = { path = "src/fcntl" }
grp = { path = "src/grp" }
semaphore = { path = "src/semaphore" }
stdio = { path = "src/stdio" }
stdlib = { path = "src/stdlib" }
string = { path = "src/string" }