Pārlūkot izejas kodu

Cargo.toml: update packaging instructions

Quentin Monnet 8 gadi atpakaļ
vecāks
revīzija
848bad654d
1 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  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]