Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Parkanyi committed Sep 25, 2018
1 parent 50e52ea commit a6d41e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "redbpf"
version = "0.1.0"
authors = ["Peter Parkanyi <[email protected]>"]
edition = "2018"
license = "GPLv3"
license = "GPL-3.0"
keywords = ["bpf", "ebpf", "build", "bindgen"]
readme = "README.md"
repository = "https://github.com/redsift/redbpf"
Expand Down
3 changes: 2 additions & 1 deletion bpf-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ version = "0.1.0"
authors = ["Peter Parkanyi <[email protected]>"]
links = "bpf"
edition = "2018"
license = "GPLv3"
license = "GPL-3.0"
keywords = ["bpf", "ebpf", "ffi"]
repository = "https://github.com/redsift/redbpf"
description = "Bindings for libbpf from BCC"

[dependencies]
zero = "0.1"

0 comments on commit a6d41e2

Please sign in to comment.