Explorar o código

aya: add more fields to Cargo.toml

Alessandro Decina %!s(int64=3) %!d(string=hai) anos
pai
achega
7694bacf04
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      aya/Cargo.toml

+ 6 - 0
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 <alessandro.d@gmail.com>"]
+repository = "https://github.com/alessandrod/aya"
+readme = "README.md"
+documentation = "https://docs.rs/aya"
 edition = "2018"
 
 [dependencies]