remove unnecessary dependencies and change package name

This commit is contained in:
Mara Mihali
2023-01-12 17:59:44 +01:00
parent adf96ae8bc
commit fcd93fa932
9 changed files with 13 additions and 1250 deletions

View File

@@ -1,7 +1,6 @@
#![allow(non_snake_case)]
#![allow(clippy::assertions_on_result_states)]
extern crate flate2;
extern crate libspartan;
extern crate merlin;
extern crate rand;

View File

@@ -1,7 +1,6 @@
#![allow(non_snake_case)]
#![allow(clippy::assertions_on_result_states)]
extern crate flate2;
extern crate libspartan;
extern crate merlin;