diff --git a/Cargo.toml b/Cargo.toml index 3a77feabc..6812a7fe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,13 +17,9 @@ futures-cpupool = "0.1" group = "0.1" num_cpus = "1" crossbeam = "0.3" +pairing = { path = "../pairing", optional = true } byteorder = "1" -[dependencies.pairing] -git = "https://github.com/str4d/pairing" -rev = "3d41ee5abaa4888ff3607689aba007be8856816d" -optional = true - [features] groth16 = ["pairing"] default = ["groth16"]