Skip to content

Commit

Permalink
feat(crate): reexport libnv, do not use unused strum
Browse files Browse the repository at this point in the history
  • Loading branch information
valpackett authored and andoriyu committed Oct 26, 2021
1 parent e685bd3 commit 85f51b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@
#[macro_use] extern crate getset;
#[macro_use] extern crate lazy_static;
#[macro_use] extern crate quick_error;
use strum;

#[macro_use] pub extern crate slog;
pub use pest;

pub extern crate libnv;

// library modules
pub mod parsers;
pub mod zfs;
Expand Down

0 comments on commit 85f51b9

Please sign in to comment.