We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a81f3 commit 5164ba0Copy full SHA for 5164ba0
Cargo.toml
@@ -2,6 +2,7 @@
2
name = "finalfrontier-python"
3
version = "0.1.0"
4
authors = ["Daniël de Kok <[email protected]>"]
5
+edition = "2018"
6
7
[lib]
8
name = "finalfrontier"
src/lib.rs
@@ -1,10 +1,5 @@
1
#![feature(specialization)]
-extern crate failure;
-extern crate finalfrontier;
-extern crate ndarray;
-extern crate pyo3;
-
use std::fs::File;
9
use std::io::BufReader;
10
use std::rc::Rc;
0 commit comments