summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 5 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 868308f..371ade5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,23 +1,22 @@
[package]
-name = "hi"
+name = "pilcrow"
version = "0.1.0"
edition = "2021"
rust-version = "1.82"
-default-run = "hi"
authors = [
- "Owen Jacobson <hi@grimoire.ca>",
+ "Owen Jacobson <owen@grimoire.ca>",
"Kit La Touche <kit@transneptune.net>",
]
[package.metadata.deb]
-maintainer = "Owen Jacobson <hi@grimoire.ca>"
+maintainer = "Owen Jacobson <owen@grimoire.ca>"
maintainer-scripts = "debian"
assets = [
# Binaries
- ["target/release/hi", "/usr/bin/hi", "755"],
+ ["target/release/pilcrow", "/usr/bin/pilcrow", "755"],
# Configuration
- ["debian/default", "/etc/default/hi", "644"],
+ ["debian/default", "/etc/default/pilcrow", "644"],
]
[package.metadata.deb.systemd-units]