From 4069c4dbc32376023c5e6aa03877fdab860bda6c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 2 May 2020 03:06:13 -0400 Subject: also include the license file in the debian package so that the arch package can extract it more easily --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 62527b5..2118081 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ readme = "README.md" keywords = ["bitwarden"] categories = ["command-line-utilities", "cryptography"] license = "MIT" +license-file = "LICENSE" [dependencies] aes = "0.3" -- cgit v1.2.3-54-g00ecf