[package] name = "hope" version = "0.0.0" authors = ["boringcactus / Melody Horn "] edition = "2018" description = "a framework for implementing node graph based computing with the actor model" readme = "README.md" repository = "https://code.boringcactus.com/hope/" license-file = "LICENSE.txt" [dependencies] minifb = "0.19.2" uuid = { version = "0.8.2", features = ["v4"] }