1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
as botan is already packaged in debian we don't want to build it from source
diff --git a/Cargo.toml b/Cargo.toml
index e74450f..35d2f7f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,6 @@
default = []
pkg-config = ["dep:pkg-config"]
static = []
-vendored = ["botan-src"]
[lib]
name = "botan_sys"
@@ -48,10 +47,6 @@
name = "tests"
path = "tests/tests.rs"
-[build-dependencies.botan-src]
-version = "0.30900.1"
-optional = true
-
[build-dependencies.cc]
version = "1"
|