[package] name = "aptos-resource-viewer" version = "0.2.7" authors = ["Aptos Labs "] description = "Aptos resource viewer" repository = "https://github.com/aptos-labs/aptos-core" homepage = "https://aptoslabs.com" license = "Apache-2.0" edition = "2018" [dependencies] anyhow = "1.0.57" aptos-types = { version = "0.2.1", path = "../../types" } aptos-vm = { version = "0.2.1", path = "../../aptos-move/aptos-vm" } move-deps = { version = "0.2.1", path = "../move-deps", features = [ "address32" ] }