Browse Source

add semaphore to main Cargo.toml

Paul Sajna 7 năm trước cách đây
mục cha
commit
7fcad36826
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Cargo.toml

+ 1 - 0
Cargo.toml

@@ -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" }