aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: ae5be6a994410e50eac2030e9be978380e151892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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"