1
1
şunun yansıması https://github.com/henrydcase/pqc.git eşitlendi 2024-11-22 07:35:38 +00:00
Bu işleme şunda yer alıyor:
Henry Case 2021-09-20 21:42:04 +01:00
ebeveyn cc8aecb298
işleme 4048380e80
2 değiştirilmiş dosya ile 2 ekleme ve 0 silme

Dosyayı Görüntüle

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

Dosyayı Görüntüle

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