Last active
April 8, 2018 10:55
-
-
Save mark-jordanovic-lewis/678fa4f09bc4d9f193f4aa93bc872ece to your computer and use it in GitHub Desktop.
Trying to get hashmap-word-count to use files in lib
This file contains 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
# in workspace: | |
[workspace] | |
members=[ | |
"hashmap-word-count", | |
"serde-json-example", | |
"json-read-example", | |
"lib" | |
] | |
# in workspace/lib | |
[package] | |
name="lib" | |
version="0.0.1" | |
[[bin]] | |
name="test" | |
path="test/test.rs" | |
# in workspace/hashmap-word-count | |
[package] | |
name = "hashmap-word-count" | |
version = "0.1.0" | |
authors = ["boop <bleep>"] | |
[dependencies] | |
reqwest="0.8.5" | |
lib={path="../lib/"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment