Skip to content

Commit 40d0f2a

Browse files
committed
Rename protocol to protocol-traits
1 parent ce94017 commit 40d0f2a

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[workspace]
22
resolver = "3"
3-
members = ["body-plz", "buffer-plz", "header-plz", "mime-plz", "protocol-plz"]
3+
members = [
4+
"body-plz",
5+
"buffer-plz",
6+
"header-plz",
7+
"mime-plz",
8+
"protocol-traits-plz",
9+
]
410

511
[workspace.dependencies]
612
bytes = "1.10"

protocol-plz/Cargo.toml renamed to protocol-traits-plz/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
2-
name = "protocol_plz"
2+
name = "protocol_traits_plz"
33
version = "0.0.1"
44
authors = ["darkseid", "sytten <[email protected]>"]
5-
description = "Protocol for the ParsePlz ecosystem"
5+
description = "Protocol traits for the ParsePlz ecosystem"
66
repository = "https://github.com/parseplz/primitives"
77
license = "MIT"
88
edition = "2024"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)