Remove extern crate statements

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2020-12-03 16:46:44 +00:00
parent 480cf9fe29
commit 8ac7857957

View file

@ -16,13 +16,6 @@ use std::convert::{TryFrom, TryInto};
use std::error::Error;
use std::fmt;
extern crate atty;
extern crate base64;
extern crate biscuit;
extern crate serde;
extern crate serde_json;
extern crate tss_esapi;
use std::env;
use std::io::{self, Read, Write};