aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 46d806b174af695d94de2bd8c2e3a66be8700af9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "hope"
version = "0.0.0"
authors = ["boringcactus / Melody Horn <melody@boringcactus.com>"]
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"] }