no_std for algebra and r1cs-core (#76)

This commit is contained in:
Marek Kotewicz
2020-01-31 18:29:29 +01:00
committed by GitHub
parent 5e57ac5621
commit a77972bf9a
3 changed files with 15 additions and 1 deletions

View File

@@ -35,6 +35,7 @@
#[macro_use]
extern crate algebra;
#[macro_use]
extern crate derivative;