aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-02-10 13:40:10 -0500
committerJesse Luehrs <doy@tozt.net>2022-02-10 13:40:10 -0500
commitd12bcc0e91947dafbe242082358334e7c1768475 (patch)
tree55b825c2e285a354c2af2244040c425b47d947e6 /Cargo.toml
parent4e65a5fedf940170d11b81f9076927d63e21556a (diff)
downloadrbw-d12bcc0e91947dafbe242082358334e7c1768475.tar.gz
rbw-d12bcc0e91947dafbe242082358334e7c1768475.zip
restore bin files to the crate
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 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"