LukeMathWalker / wiremock-rs

HTTP mocking to test Rust applications.
Apache License 2.0
607 stars 69 forks source link

README: update install instructions #100

Closed MarcoIeni closed 1 year ago

MarcoIeni commented 1 year ago

cargo add is now integrated in cargo. So there's no need to install cargo-edit.

LukeMathWalker commented 1 year ago

Thanks ♥️