I have a #rustlang question regarding dependency declarations. What is the most downstream friendly way to specify a dependency on something popular like Serde? Is `serde = "~1.0"` the right way to do it?
I have a #rustlang question regarding dependency declarations. What is the most downstream friendly way to specify a dependency on something popular like Serde? Is `serde = "~1.0"` the right way to do it?