From a60a2259ccbadacc219dbbbcc651cfd0f331479b Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 7 Mar 2021 04:12:25 -0700 Subject: reject snek, embrace oxidation --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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 "] +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" -- cgit v1.2.3