From 4053e303993d8eeba12a99141ce73b07b81fcdc3 Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Thu, 3 Feb 2022 15:57:23 +0100 Subject: [PATCH] Update subxt/Cargo.toml --- subxt/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/subxt/Cargo.toml b/subxt/Cargo.toml index b189329b7a..bffd622a3b 100644 --- a/subxt/Cargo.toml +++ b/subxt/Cargo.toml @@ -11,7 +11,6 @@ documentation = "https://docs.rs/subxt" homepage = "https://www.parity.io/" description = "Submit extrinsics (transactions) to a substrate node via RPC" keywords = ["parity", "substrate", "blockchain"] -include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"] [dependencies] async-trait = "0.1.49"