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

This commit is contained in:
Paolo Barbolini 2024-04-02 14:52:39 +02:00 committed by GitHub
parent cfc348764a
commit 351f69919a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ version = "0.1.24"
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Carl Lerche <me@carllerche.com>"]
description = "Types and traits for working with bytes (bytes crate fork)"
documentation = "https://docs.rs/ntex-bytes"
repository = "https://github.com/ntex-rs"
repository = "https://github.com/ntex-rs/ntex.git"
readme = "README.md"
keywords = ["buffers", "zero-copy", "io"]
categories = ["network-programming", "data-structures"]