Preferences

It looks interesting, I had a look a the dependencies, 1.5k lines for a cli tool to test http calls ( and more ), is it the norm in Rust?

https://github.com/Orange-OpenSource/hurl/blob/master/Cargo....


ewpratten
You should probably be looking at the Cargo.toml file(s) (for direct dependencies at least) instead of the lock file as the lock file will include dependencies used for dev/testing.

This item has no comments currently.