Add chmod/chmodSync on unix (and fix Cargo.toml) (#1088)

Initial implementation by Srijan Reddy (@srijanreddy98, #672).
This commit is contained in:
Kevin (Kun) "Kassimo" Qian 2018-10-26 13:01:45 -07:00 committed by Ryan Dahl
parent fe97217fa8
commit a99aaf5def
8 changed files with 213 additions and 0 deletions

View file

@ -12,6 +12,7 @@ import "./read_dir_test.ts";
import "./write_file_test.ts";
import "./copy_file_test.ts";
import "./mkdir_test.ts";
import "./chmod_test.ts";
import "./dir_test";
import "./make_temp_dir_test.ts";
import "./stat_test.ts";