From 9959a26e48f1c1234427a941f8333334eeb07479 Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Mon, 28 Dec 2020 18:33:51 +0100 Subject: [PATCH] only include needed src files in cargo pkg/publish --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 067ee7a..17ef3ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,10 @@ categories = [ "multimedia::encoding", ] keywords = ["audio", "conversion", "opus", "flac"] +include = [ + "/src/**/*", + "/example.audio-conv.yaml", +] [dependencies] gstreamer-audio = { version = "0.16", features = ["v1_10"] }