1[package] 2name = "pairings" 3version = "0.1.0" 4edition = "2021" 5 6[dependencies] 7crypto-shared = { path = "../../../shared" } 8num-bigint = { workspace = true } 9num-traits = { workspace = true } 10rand = { workspace = true } 11 12[lints] 13workspace = true 14 15