Browse Source

make stable

bic 5 years ago
parent
commit
661fc87255
4 changed files with 4 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 0 1
      Cargo.toml
  3. 1 0
      benches/sbocco.rs
  4. 2 0
      src/main.rs

+ 1 - 0
.gitignore

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

+ 0 - 1
Cargo.toml

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

+ 1 - 0
benches/sbocco.rs

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

+ 2 - 0
src/main.rs

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