I want to build a currently unpublished library and an application which uses it.
How to include an unpublished library in the executable application's Cargo.toml
file?
From looking at the creates documentation it looks like it's something along the line of:
paths = ["/path/to/uuid"]
How to include unpublished libraries in rust projects using filepaths, or github/gitlab repository links?