summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2024-11-11 14:45:39 -0500
committerKit La Touche <kit@transneptune.net>2024-11-11 14:45:39 -0500
commit02c1866661de98b325b3266015d024b1e4f6c3b6 (patch)
tree9def14624d0fab63cf4986f761326bb9fcda67d9 /Cargo.toml
parente43cc0d606956c99ab109a63866f48a67aea6515 (diff)
parenta417c62edd4d3c07ba37b01835e89ed650489e09 (diff)
Merge branch 'main' into prop/message-delete
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]