[package] name = "pandoro" version = "0.1.0" authors = ["Yvan Sraka "] edition = "2018" description = "HTTP API of filesystem" license = "GPL-3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hyper = { version = "0.14", features = ["full"] } jshell = "0.1.1" jtar = "0.1.0" pretty_env_logger = "0.4" tokio = { version = "1", features = ["full"] }