aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-22 10:23:37 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-22 10:23:37 -0400
commit6001b9923a8de9b555bc6f7df57b90919aa4444a (patch)
treec4f94e1a2196ffb5632c8e8a8393339804dbb189 /Cargo.toml
parent14d838cff6bda47e462de4449f298d99b6fdd6db (diff)
downloadteleterm-6001b9923a8de9b555bc6f7df57b90919aa4444a.tar.gz
teleterm-6001b9923a8de9b555bc6f7df57b90919aa4444a.zip
use cargo deb
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 afeea4c..70f55b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,3 +43,6 @@ uuid = { version = "0.8", features = ["v4"] }
[[bin]]
name = "tt"
path = "src/main.rs"
+
+[package.metadata.deb]
+depends = "openssl"