[package] name = "mv-command-line-common" version = "0.1.0" authors = ["Diem Association "] description = "Move shared command line and file tools" repository = "https://github.com/diem/diem" homepage = "https://diem.com" license = "Apache-2.0" edition = "2018" [dependencies] anyhow = "1.0.52" difference = "2.0.0" walkdir = "2.3.1" sha2 = "0.9.3" hex = "0.4.3" serde = { version = "1.0.124", features = ["derive"] }