summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Blajda <blajda@hotmail.com>2019-08-24 15:47:36 +0000
committerDavid Blajda <blajda@hotmail.com>2019-08-24 15:47:36 +0000
commit1e09bbf7e814d20ddbc446206d0855121ad556f2 (patch)
tree33f46ecbe5bbfc57f5cdd24345984da08aec78f8 /Cargo.toml
parent42e06126fc8ad6b17d3e4c1c082fb7feb36d067f (diff)
:WIP: Web UI with stdwebHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a88fc23..008d7d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,4 @@ edition = "2018"
[dependencies]
rand = {version = "0.7.0", features = ["rand_pcg", "small_rng"]}
+stdweb = "0.4.18"