Add Serde crate to `num_bigint`
This commit is contained in:
parent
8450782413
commit
e59ead7b3a
|
@ -72,6 +72,8 @@
|
||||||
|
|
||||||
#[cfg(any(feature = "rand", test))]
|
#[cfg(any(feature = "rand", test))]
|
||||||
extern crate rand;
|
extern crate rand;
|
||||||
|
#[cfg(feature = "serde")]
|
||||||
|
extern crate serde;
|
||||||
|
|
||||||
extern crate num_integer as integer;
|
extern crate num_integer as integer;
|
||||||
extern crate num_traits as traits;
|
extern crate num_traits as traits;
|
||||||
|
|
Loading…
Reference in New Issue