From d12bcc0e91947dafbe242082358334e7c1768475 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 10 Feb 2022 13:40:10 -0500 Subject: restore bin files to the crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 881d0bb..85ddf4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" keywords = ["bitwarden"] categories = ["command-line-utilities", "cryptography"] license = "MIT" -include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] +include = ["src/**/*", "bin/**/*", "LICENSE", "README.md", "CHANGELOG.md"] [dependencies] aes = "0.7.5" -- cgit v1.2.3-54-g00ecf