From b21428c0ea29452e3edc5a11f72fa3e614ea617e Mon Sep 17 00:00:00 2001 From: natrixaeria Date: Tue, 11 Jun 2019 20:24:45 +0200 Subject: Remove the WebInterface directory and create webhogg project folder --- webhogg/wasm/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 webhogg/wasm/Cargo.toml (limited to 'webhogg/wasm/Cargo.toml') diff --git a/webhogg/wasm/Cargo.toml b/webhogg/wasm/Cargo.toml new file mode 100644 index 0000000..79a96f3 --- /dev/null +++ b/webhogg/wasm/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "wasm" +version = "0.1.0" +authors = [ + "natrixaeria", + "TrueDoctor " +] +edition = "2018" +description = "WebAssembly frontend for the webhogg project" + +[dependencies] -- cgit v1.2.3-54-g00ecf