1
1
鏡像自 https://github.com/henrydcase/pqc.git synced 2024-11-22 07:35:38 +00:00
This commit is contained in:
Henry Case 2021-09-20 21:42:04 +01:00
父節點 cc8aecb298
當前提交 4048380e80
共有 2 個檔案被更改,包括 2 行新增0 行删除

查看文件

@ -8,6 +8,7 @@ build = "src/build.rs"
description = "Rust bindings for PQ CryptoCatalog"
license = "BSD-2-Clause"
homepage = "github.com/henrydcase/pqc"
repository = "github.com/henrydcase/pqc"
[build-dependencies]
cmake = "0.1.31"

查看文件

@ -33,6 +33,7 @@ fn main() {
.generate()
// Unwrap the Result and panic on failure.
.expect("Unable to generate bindings");
bindings
.write_to_file("src/bindings.rs")
.expect("Couldn't write bindings");