Urban-Analytics-Technology-Platform / popgetter-cli

A rust library and CLI for accessing popgetter data
0 stars 0 forks source link

Separate lib and cli dependencies #43

Open penelopeysm opened 3 weeks ago

penelopeysm commented 3 weeks ago

Currently there is only one Cargo.toml file with all the dependencies specified in there. It is unclear whether cargo is smart enough to, when installing the library, only install the dependencies that the library code pulls in.

We should investigate this and also separate the lib / cli into different workspaces if necessary.