Browse Source

update

tags/x3dh_paper_v1.0.0
Henry Case 3 years ago
parent
commit
4048380e80
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      src/rustapi/pqc-sys/Cargo.toml
  2. +1
    -0
      src/rustapi/pqc-sys/src/build.rs

+ 1
- 0
src/rustapi/pqc-sys/Cargo.toml View File

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


+ 1
- 0
src/rustapi/pqc-sys/src/build.rs View File

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


Loading…
Cancel
Save