Skip to content

Instantly share code, notes, and snippets.

@Steboss89
Created June 9, 2021 11:44
Show Gist options
  • Save Steboss89/71d52597a4ec6b52e48a0a5c98f834a7 to your computer and use it in GitHub Desktop.
Save Steboss89/71d52597a4ec6b52e48a0a5c98f834a7 to your computer and use it in GitHub Desktop.
Completed Cargo file
[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