From 7694bacf04f5ba3cf58b4e432ff746ce2987d67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alessandro=C2=A0Decina?= Date: Tue, 15 Jun 2021 07:34:15 +0000 Subject: [PATCH] aya: add more fields to Cargo.toml --- aya/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aya/Cargo.toml b/aya/Cargo.toml index 1c63da56..e16ca8ba 100644 --- a/aya/Cargo.toml +++ b/aya/Cargo.toml @@ -1,7 +1,13 @@ [package] name = "aya" version = "0.10.0" +description = "An eBPF library with a focus on developer experience and operability." +keywords = ["ebpf", "bpf", "linux", "kernel"] +license = "MIT OR Apache-2.0" authors = ["Alessandro Decina "] +repository = "https://github.com/alessandrod/aya" +readme = "README.md" +documentation = "https://docs.rs/aya" edition = "2018" [dependencies]