ntex-rs / ntex

framework for composable networking services
Apache License 2.0
1.84k stars 105 forks source link

fix(cargo): broken repo url for ntex-bytes #333

Closed paolobarbolini closed 2 months ago

paolobarbolini commented 2 months ago

Hi! While scranning the top 20k crates on crates.io (https://github.com/M4SS-Code/cargo-goggles/issues/11) we've encountered an error with ntex-bytes because it declares a broken repository URL. This PR fixes it by using the same repository URL as the other crates inside the workspace.

fafhrd91 commented 2 months ago

thanks!