aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-21 16:32:46 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-21 16:32:46 -0500
commit94a0009fc2067bab549b194ca976a71e7395f403 (patch)
treea1409ec4d563a0a7a71c8ebab6d0e327e4eeb62a
parent871ec1f4bcde7f66bc53500d17e174ce826b1922 (diff)
downloadrbw-94a0009fc2067bab549b194ca976a71e7395f403.tar.gz
rbw-94a0009fc2067bab549b194ca976a71e7395f403.zip
remove a bunch of stuff from packaging
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d69985e..baee823 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ readme = "README.md"
keywords = ["bitwarden"]
categories = ["command-line-utilities", "cryptography"]
license = "MIT"
+include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
[dependencies]
aes = "0.7.5"