瀏覽代碼

Merge branch 'maint-0.3.4'

Nick Mathewson 7 年之前
父節點
當前提交
5cb45d2c7a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/rust/crypto/lib.rs

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

@@ -34,4 +34,5 @@ extern crate libc;
 extern crate external;
 
 pub mod digests;  // Unfortunately named "digests" plural to avoid name conflict with the digest crate
+pub mod rand;