From 5f0dc774041b0db006f6a622101b0adeefa6f686 Mon Sep 17 00:00:00 2001 From: hcpl Date: Tue, 13 Nov 2018 13:33:06 +0200 Subject: [PATCH] Fix deb metadata placement in Cargo.toml Custom metadata is placed in `[package.metadata]`, not `[metadata]`, as shown in and . --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8a5682..e083f34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" repository = "https://github.com/vmchale/tin-summer" version = "1.21.8" -[metadata.deb] +[package.metadata.deb] extended-description = "Command-line tool written as a partial replacement for du. Automitically sniffs our build artifacts and can optionally clean them as well." license-file = ["LICENSE"]