瀏覽代碼

Cargo.toml: add metadata for packaging

Quentin Monnet 8 年之前
父節點
當前提交
62edaa0420
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      Cargo.toml

+ 7 - 0
Cargo.toml

@@ -5,6 +5,13 @@ name = "rbpf"
 version = "0.0.1"
 authors = ["Quentin Monnet <quentin.monnet@6wind.com>"]
 
+# Additional metadata for packaging
+description = "Virtual machine and JIT compiler for eBPF programs"
+repository = "https://github.com/qmonnet/rbpf"
+readme = "README.md"
+keywords = ["BPF", "eBPF", "interpreter", "JIT", "filtering"]
+license = "Apache-2.0/MIT"
+
 # Packaging directives
 exclude = ["misc/*"]