mirror of
https://bitbucket.org/Mattrixwv/projecteulerrust.git
synced 2025-12-06 17:43:58 -05:00
Updated libraries
Changed myClasses to relative path
This commit is contained in:
@@ -7,5 +7,5 @@ edition = "2018"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
myClasses = {path = "/home/matthew/Programs/Rust/RustClasses"}
|
||||
num = "0.2.1"
|
||||
myClasses = {path = "../../Rust/RustClasses"}
|
||||
num = "0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user