df-cli 0.3.2

CLI frontend for the Move compiler and VM (with Diem Framework)
[package]
name = "df-cli"
version = "0.3.2"
description = "CLI frontend for the Move compiler and VM (with Diem Framework)"
authors = ["Diem Association <opensource@diem.com>"]
license = "Apache-2.0"
edition = "2021"

[dependencies]
anyhow = "1.0.52"
bcs = "0.1.2"
clap = { version = "3.1.8", features = ["derive"] }
move-stdlib = { version = "0.3.0", path = "../../../../../move-stdlib", package = "mv-stdlib" }
move-core-types = { version = "0.3.0", path = "../../../../../move-core/types", package = "mv-core-types" }
move-vm-types = { version = "0.3.0", path = "../../../../../move-vm/types", package = "mv-vm-types" }
move-cli = { version = "0.3.0", path = "../../../../../tools/move-cli", package = "mv-cli" }
move-vm-test-utils = { version = "0.3.0", path = "../../../../../move-vm/test-utils" }
diem-framework-natives = { version = "0.3.0", path = "../natives" }

[dev-dependencies]
datatest-stable = "0.1.1"