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"