[package] name = "gasm" version = "0.0.1" edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" description = "Utility for building Gear programs" include = ["src/**/*", "Cargo.toml", "README.md", "build.rs"] repository = "https://github.com/gear-tech/gear" readme = "README.md" [dependencies] anyhow = "1.0.65" cargo_metadata = "0.15.1" pwasm-utils = "0.19.0" toml = "0.5.9" thiserror = "1.0.37" log = "0.4.17" pathdiff = { version = "0.2.1", default-features = false } which = "4.3.0" colored = "2.0.0"