Skip to content

Commit

Permalink
Cargo: add handlebars as a dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Benke <ihrwein@gmail.com>
  • Loading branch information
ihrwein committed Aug 24, 2015
1 parent 2cca1a9 commit 87e6008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ uuid = "0.1"
serde = "0.5"
serde_json = "0.5"
maplit = "0.1"
handlebars = "0.9.3"
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ extern crate serde;
extern crate serde_json;
#[macro_use]
extern crate maplit;
extern crate handlebars;

pub mod parsers;
pub mod utils;
Expand Down

0 comments on commit 87e6008

Please sign in to comment.