[package] name = "decider-distro-test" description = "Distribution package for the decider spell including all services, configs and scripts used by it" license = "Apache-2.0" version = "0.4.8-3" edition = "2021" build = "built.rs" include = [ "/src", "built.rs", "Cargo.toml", "decider-spell" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] maplit = "1.0.2" serde_json = "1.0.96" fluence-spell-dtos = "0.5.11" [build-dependencies] built = "0.5.2"