Kaynağa Gözat

Cargo.toml: update packaging instructions

Quentin Monnet 8 yıl önce
ebeveyn
işleme
848bad654d
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  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]