Files
ProjectEulerRust/Cargo.toml
Mattrixwv 9a439b30d0 Updated libraries
Changed myClasses to relative path
2020-10-03 13:19:28 -04:00

12 lines
291 B
TOML

[package]
name = "ProjectEulerRust"
version = "0.1.0"
authors = ["Mattrixwv <m_ellison@ymail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
myClasses = {path = "../../Rust/RustClasses"}
num = "0.3.0"