Forráskód Böngészése

rust: Export crypto_rand::* functions from our external crate.

Isis Lovecruft 8 éve
szülő
commit
d9c877a6e5
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      src/rust/external/lib.rs

+ 1 - 0
src/rust/external/lib.rs

@@ -15,4 +15,5 @@ pub mod crypto_digest;
 mod crypto_rand;
 mod crypto_rand;
 mod external;
 mod external;
 
 
+pub use crypto_rand::*;
 pub use external::*;
 pub use external::*;