[package] name = "zebra-script" version = "1.0.0-beta.0" authors = ["Zcash Foundation "] license = "MIT OR Apache-2.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] zcash_script = { git = "https://github.com/ZcashFoundation/zcash_script.git", rev = "1caa29e975405400983f679a376fb1c86527d5f2" } zebra-chain = { path = "../zebra-chain" } thiserror = "1.0.30" displaydoc = "0.2.2" [dev-dependencies] hex = "0.4.3" lazy_static = "1.4.0" zebra-test = { path = "../zebra-test" }