File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
test_canisters/fs_tests/src/fs_tests_backend Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ members = [
66]
77resolver = " 2"
88
9+
910[workspace .dependencies ]
10- candid = " 0.10.14"
11+ candid = " = 0.10.14"
1112ic-cdk = " 0.18.5"
1213ic-stable-structures = " 0.7.0"
1314stable-fs = " 0.9.0"
Original file line number Diff line number Diff line change 1- service : () -> {
2- basic_fs_test : () -> ();
3- compute_file_hash : (text) -> (text);
4- do_fs_test : () -> (text);
5- generate_random_fs : (nat64, nat64, nat64) -> (nat64);
6- get_log : () -> (text) query;
7- greet : (text) -> (text) query;
8- read_file : (text) -> (text);
9- scan_directory : (text) -> (text);
10- test_create_dir_all : (text) -> ();
11- test_read_dir : (text) -> (vec text);
12- write_file : (text, text) -> ();
13- }
You can’t perform that action at this time.
0 commit comments