Created
June 9, 2021 11:44
-
-
Save Steboss89/71d52597a4ec6b52e48a0a5c98f834a7 to your computer and use it in GitHub Desktop.
Completed Cargo file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[package] | |
name = "rust-regression" | |
version = "0.1.0" | |
authors = ["Steboss89"] | |
edition = "2018" | |
[dependencies] | |
# to get the rusty-machine simply go to crates.io and copy the version you want | |
rusty-machine = "0.5.4" | |
serde = "1.0.126" | |
serde_derive = "1.0.126" | |
read_csv = {path = "../../read_csv"} | |
# to read_csv custom module point to that module | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment