aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-05-02 03:16:52 -0400
committerJesse Luehrs <doy@tozt.net>2020-05-02 03:16:52 -0400
commitdb068a8eb136b53766bb682aa7fb73b8db53674b (patch)
tree6f903b4214c5d6d6862dccc4072b9def6ed1bc1d /Cargo.toml
parent51a877add447d3c5b5af9d369fda90e65da31f43 (diff)
downloadrbw-db068a8eb136b53766bb682aa7fb73b8db53674b.tar.gz
rbw-db068a8eb136b53766bb682aa7fb73b8db53674b.zip
fix cargo warning
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"