aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-10-25 22:11:52 -0700
committerbnewbold <bnewbold@robocracy.org>2016-10-25 22:11:52 -0700
commitec630361e25e765285a03931dfae49a478917538 (patch)
treeac0d3cac4853fcba80162cfe9aa19571c091c01b /Cargo.toml
parent537272c5a764dc97414a50e535039232506fe174 (diff)
downloadmodelthing-ec630361e25e765285a03931dfae49a478917538.tar.gz
modelthing-ec630361e25e765285a03931dfae49a478917538.zip
add webface skeleton
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bd19bdd..dc8a299 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,3 +17,6 @@ lalrpop-util = "0.12"
# parser util
rustc-serialize = "0.3"
docopt = "0.6"
+
+# webface
+pencil = "0.3"