[package] name = "cargo-move" description = "Cargo plugin for the Move language" authors = ["LOL"] license = "Apache-2.0" homepage = "https://github.com/open-libra/movemint/tree/master/cargo-move" repository = "https://github.com/open-libra/movemint/tree/master/cargo-move" version = "0.0.0" publish = true edition = "2018" [dependencies] abscissa_core = "0.3.0" failure = "0.1" gumdrop = "0.6" lazy_static = "1" serde = { version = "1", features = ["serde_derive"] } [dev-dependencies.abscissa_core] version = "0.3.0" features = ["testing"]