emerald-vault
emerald-vault copied to clipboard
Declaration of `extern crate reqwest` is not feature-gated
Tried to use emerald_vault_core without default features and it doesn't compile because the extern crate reqwest statement is not gated with the http feature.
@thomaseizinger thank you! going to heavily refactor it for the next version, and will fix that as well