1[package]
2name = "zipfuse"
3version = "0.1.0"
4authors = ["Jiyong Park <jiyong@google.com>"]
5edition = "2018"
6
7[dependencies]
8fuse = { path = "../../../../external/crosvm/fuse" }
9clap = "2.33"
10anyhow = "1.0"
11libc = "0.2"
12zip = "0.5"
13tempfile = "3.2"
14nix = "0.20"
15