summaryrefslogtreecommitdiff
path: root/webhogg/wasm/Cargo.toml
diff options
context:
space:
mode:
authornatrixaeria <janng@gmx.de>2019-06-12 16:59:09 +0200
committernatrixaeria <janng@gmx.de>2019-06-12 16:59:09 +0200
commit1b6a2835e57a7d399f43ecf493060e68042f9af8 (patch)
treee9f71720f03064c10876a9afa5ab406c00838d10 /webhogg/wasm/Cargo.toml
parent3a3d0fc3d4733f8908e23a03f860d76340479ec4 (diff)
Clone the colored logging from old commit
Diffstat (limited to 'webhogg/wasm/Cargo.toml')
-rw-r--r--webhogg/wasm/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/webhogg/wasm/Cargo.toml b/webhogg/wasm/Cargo.toml
index 7978928..f4042c5 100644
--- a/webhogg/wasm/Cargo.toml
+++ b/webhogg/wasm/Cargo.toml
@@ -16,3 +16,5 @@ lto = true
[dependencies]
wasm-bindgen = "0.2"
+log = "0.4"
+fern = "0.5"