1
1
réplica de https://github.com/henrydcase/pqc.git sincronizado 2024-11-22 07:35:38 +00:00
Este cometimento está contido em:
Henry Case 2021-09-20 21:42:04 +01:00
ascendente cc8aecb298
cometimento 4048380e80
2 ficheiros modificados com 2 adições e 0 eliminações

Ver ficheiro

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

Ver ficheiro

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