From 94e9f5e26ca19dd0e8c1c8a7acb125d3e7d11c4e Mon Sep 17 00:00:00 2001 From: conduition Date: Sat, 16 Mar 2024 05:37:52 +0000 Subject: [PATCH] do not publish images --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 24db9a4..905bf2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ readme = "README.md" license = "Unlicense" repository = "https://github.com/conduition/ticketed-dlc" keywords = ["dlc", "smart", "contract", "ticket", "auction"] +exclude = ["/img"] [dependencies] bitcoin = { version = "0.31.1" }