1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 09:49:31 +02:00

Remove redundant rpassword crate from librespot-core

This commit is contained in:
ashthespy 2019-03-26 18:07:05 +01:00
parent 5990a0dcff
commit 9f9218f3cc
3 changed files with 0 additions and 3 deletions

View file

@ -23,7 +23,6 @@ extern crate num_integer;
extern crate num_traits;
extern crate protobuf;
extern crate rand;
extern crate rpassword;
extern crate serde;
extern crate serde_json;
extern crate shannon;