mirror of
https://github.com/darakian/ddh.git
synced 2026-09-10 07:06:21 -04:00
Remove flame crate
This commit is contained in:
parent
d8a203e711
commit
40aed91529
|
|
@ -6,7 +6,6 @@ authors = ["Jon Moroney <jmoroney@hawaii.edu>"]
|
|||
[dependencies]
|
||||
clap = "2.30.0"
|
||||
rayon = "1.0"
|
||||
flame = "0.2.2"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ use std::fs::{self/*, File*/};
|
|||
//External imports
|
||||
extern crate clap;
|
||||
extern crate rayon;
|
||||
extern crate flame;
|
||||
use clap::{Arg, App};
|
||||
use rayon::prelude::*;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue