Explorar o código

Add Serde crate to `num_bigint`

Łukasz Jan Niemier %!s(int64=9) %!d(string=hai) anos
pai
achega
e59ead7b3a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      bigint/src/lib.rs

+ 2 - 0
bigint/src/lib.rs

@@ -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;