1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 10:19:27 +02:00

Update dependencies

This commit is contained in:
Paul Lietar 2017-01-29 12:50:18 +00:00
parent 0da9020ad3
commit f3ba3f4bd4
9 changed files with 172 additions and 319 deletions

View file

@ -1,6 +1,7 @@
use crypto::aes;
use crypto::symmetriccipher::SynchronousStreamCipher;
use num::{BigUint, FromPrimitive};
use num_bigint::BigUint;
use num_traits::FromPrimitive;
use std::io;
use std::ops::Add;