mirror of
https://bitbucket.org/Mattrixwv/projecteulerrust.git
synced 2025-12-06 17:43:58 -05:00
Initial commit with a few problems
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[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 = "D:/Programs/Rust/myClasses"}
|
||||
Reference in New Issue
Block a user