From db068a8eb136b53766bb682aa7fb73b8db53674b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 2 May 2020 03:16:52 -0400 Subject: fix cargo warning --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a83b099..025d76c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,6 @@ readme = "README.md" keywords = ["bitwarden"] categories = ["command-line-utilities", "cryptography"] license = "MIT" -license-file = "LICENSE" [dependencies] aes = "0.3" @@ -43,3 +42,4 @@ zeroize = "1.1" [package.metadata.deb] depends = "pinentry" +license-file = "LICENSE" -- cgit v1.2.3-54-g00ecf