Skip to content

Commit cd5313a

Browse files
committed
dataplane: rename crate to gateway
Signed-off-by: Fredi Raspall <[email protected]>
1 parent 3f3ca8a commit cd5313a

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace]
22

33
members = [
4-
"dataplane",
4+
"gateway",
55
"dpdk",
66
"dpdk-sys",
77
"dpdk-sysroot-helper",

dataplane/Cargo.toml renamed to gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "dataplane"
2+
name = "gateway"
33
version = "0.1.0"
44
edition = "2021"
55
publish = false
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)