Remove extern crate

This commit is contained in:
Gabriel Tofvesson 2023-02-28 01:06:44 +01:00
parent d3b88bb4e1
commit 241b70724e
No known key found for this signature in database
GPG Key ID: 6F1345DF28EDA13E

View File

@ -2,9 +2,6 @@ pub mod model;
pub mod api;
pub mod elevenlabs_api;
extern crate reqwest;
extern crate zip;
#[cfg(test)]
mod tests {
use crate::model::history::HistoryItems;