Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add missing license info in Cargo.toml files #354

Merged
merged 1 commit into from
Mar 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dpdk-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.0.1"
edition = "2024"
description = "Low-level bindings to the Data Plane Development Kit (DPDK)"
publish = false
license = "Apache-2.0"

[lib]
doctest = false
Expand Down
1 change: 1 addition & 0 deletions dpdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "dpdk"
version = "0.1.0"
edition = "2024"
publish = false
license = "Apache-2.0"

[features]
default = ["serde"]
Expand Down
1 change: 1 addition & 0 deletions id/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "dataplane-id"
version = "0.1.0"
edition = "2024"
publish = false
license = "Apache-2.0"

# TODO: fix doctests in sterile env
Expand Down
1 change: 1 addition & 0 deletions net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "net"
version = "0.0.1"
edition = "2024"
publish = false
license = "Apache-2.0"

[features]
default = []
Expand Down
1 change: 1 addition & 0 deletions routing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "routing"
version = "0.1.0"
edition = "2024"
publish = false
license = "Apache-2.0"

[features]
auto-learn = []
Expand Down
Loading