Add the gettext-rs crate

This commit is contained in:
Bat
2018-06-15 14:08:38 +01:00
parent a4a8446d45
commit c9b4c40fa1
4 changed files with 36 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@ extern crate comrak;
extern crate failure;
#[macro_use]
extern crate failure_derive;
extern crate gettextrs;
extern crate heck;
extern crate hex;
#[macro_use]