make stable

This commit is contained in:
bic 2018-09-28 16:58:46 +02:00
parent 9da38e74a6
commit 661fc87255
4 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/target
**/*.rs.bk
.criterion

View File

@ -2,7 +2,6 @@
name = "rainbowcazzi"
version = "0.1.0"
authors = ["bic <bicno@autistici.org>"]
edition = "2018"
[dependencies]
crypto-hash = "0.3.1"

View File

@ -1,5 +1,6 @@
#[macro_use]
extern crate criterion;
extern crate rainbowcazzi;
use criterion::Criterion;
use rainbowcazzi::rainbow;

View File

@ -1,3 +1,5 @@
extern crate rainbowcazzi;
use rainbowcazzi::rainbow;
fn main() {