Jiyong Park | 331d1ea | 2021-05-10 11:01:23 +0900 | [diff] [blame^] | 1 | [package] |
2 | name = "zipfuse" | ||||
3 | version = "0.1.0" | ||||
4 | authors = ["Jiyong Park <jiyong@google.com>"] | ||||
5 | edition = "2018" | ||||
6 | |||||
7 | [dependencies] | ||||
8 | fuse = { path = "../../../../external/crosvm/fuse" } | ||||
9 | clap = "2.33" | ||||
10 | anyhow = "1.0" | ||||
11 | libc = "0.2" | ||||
12 | zip = "0.5" | ||||
13 | tempfile = "3.2" | ||||
14 | nix = "0.20" |