aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-07 04:12:25 -0700
committerMelody Horn <melody@boringcactus.com>2021-03-07 04:12:25 -0700
commita60a2259ccbadacc219dbbbcc651cfd0f331479b (patch)
tree7c86f712abc44b59755ec84f6fa9d914467690d3 /Cargo.toml
parent239445e475ba02b88922617c557257a4fee55c86 (diff)
downloadhope-a60a2259ccbadacc219dbbbcc651cfd0f331479b.tar.gz
hope-a60a2259ccbadacc219dbbbcc651cfd0f331479b.zip
reject snek, embrace oxidation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..a7e8543
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
+[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"
+license-file = "LICENSE.txt"
+
+[dependencies]
+minifb = "0.19.2"