aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-05-02 02:28:12 -0400
committerJesse Luehrs <doy@tozt.net>2020-05-02 02:28:12 -0400
commitebcebc96c803c1485729099103e1d99aed3f6b53 (patch)
tree7a7578ee756eb7f541ba4892b87bbb95df4bb069 /Cargo.toml
parent86f1e98e89cd183327607ad6e0371869e1a18f33 (diff)
downloadrbw-ebcebc96c803c1485729099103e1d99aed3f6b53.tar.gz
rbw-ebcebc96c803c1485729099103e1d99aed3f6b53.zip
add makefile and packaging information
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9bde70c..62527b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,3 +39,6 @@ tempfile = "3.1"
tokio = { version = "0.2", features = ["full"] }
uuid = { version = "0.8", features = ["v4"] }
zeroize = "1.1"
+
+[package.metadata.deb]
+depends = "pinentry"