diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ extern crate serde_derive; extern crate cgmath; +#[macro_use] +extern crate clap; extern crate copypasta; extern crate errno; extern crate font; |