[package] name = "sapio-front" version = "0.2.0" license = "MPL-2.0" authors = ["Jeremy Rubin "] edition = "2018" repository = "https://github.com/sapio-lang/sapio" homepage = "https://sapio-lang.org" description = "An interface for an interactive Sapio compilation session" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] schemars = "0.8.0" serde_json = "1.0" serde = "1.0" serde_derive = "1.0" [dependencies.bitcoin] package = "sapio-bitcoin" version = "^0.26.0" features = ['use-serde', 'rand'] [dependencies.sapio] path = "../sapio" version = "0.2.0" [dependencies.sapio-ctv-emulator-trait] path="../emulator-trait" version = "0.2.0"