Browse Source

Cargo.toml: update packaging instructions

Quentin Monnet 8 năm trước cách đây
mục cha
commit
848bad654d
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      Cargo.toml

+ 5 - 1
Cargo.toml

@@ -13,7 +13,11 @@ keywords = ["BPF", "eBPF", "interpreter", "JIT", "filtering"]
 license = "Apache-2.0/MIT"
 
 # Packaging directives
-exclude = ["misc/*"]
+include = [
+    "**/*.rs",
+    "LICENSE*",
+    "Cargo.toml",
+]
 
 [dependencies]