Add Serde crate to `num_bigint`

This commit is contained in:
Łukasz Jan Niemier 2016-04-11 12:32:10 +02:00
parent 8450782413
commit e59ead7b3a
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@
#[cfg(any(feature = "rand", test))]
extern crate rand;
#[cfg(feature = "serde")]
extern crate serde;
extern crate num_integer as integer;
extern crate num_traits as traits;