summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 989f8cc..03b6a67 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,16 @@ version = "0.1.0"
edition = "2021"
rust-version = "1.82"
default-run = "hi"
+authors = [
+ "Owen Jacobson <hi@grimoire.ca>",
+ "Kit La Touche <kit@transneptune.net>",
+]
+
+[package.metadata.deb]
+maintainer = "Owen Jacobson <hi@grimoire.ca>"
+maintainer-scripts = "debian"
+
+[package.metadata.deb.systemd-units]
[dependencies]
argon2 = "0.5.3"