From f62a48bb387249f649200ddc2a1e0fdec097d0d0 Mon Sep 17 00:00:00 2001 From: Geoffry Song Date: Sun, 18 Feb 2024 16:21:54 +0900 Subject: [PATCH] Define package.include for pb-jelly-gen (#169) --- pb-jelly-gen/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pb-jelly-gen/Cargo.toml b/pb-jelly-gen/Cargo.toml index 89ca221..9cbf0cb 100644 --- a/pb-jelly-gen/Cargo.toml +++ b/pb-jelly-gen/Cargo.toml @@ -11,6 +11,8 @@ readme = "README.md" keywords = ["google", "protobuf", "proto", "dropbox"] categories = ["encoding", "parsing", "web-programming"] +include = ["src/**/*.rs", "README.md", "LICENSE", "proto"] + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features]