Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mark-jordanovic-lewis
Last active April 8, 2018 10:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mark-jordanovic-lewis/678fa4f09bc4d9f193f4aa93bc872ece to your computer and use it in GitHub Desktop.
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
# 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