From ecc4f3ef8a23e3d4143954fdccc5a28a83f9039f Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 11 Jan 2017 18:26:04 -0800 Subject: basic sandbox wiki editing and creation --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2522069..53c2c4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,8 @@ getopts = "^0.2" clap = "2" toml = "0.2" log = "0.3" +regex = "^0.1" +lazy_static = "^0.2" env_logger = "0.3" pulldown-cmark = "^0.0.8" error-chain = "0.7" -- cgit v1.2.3