summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-10-22 19:08:53 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-10-22 19:12:30 -0400
commitdb940bacd096a33a65f29759e70ea1acf6186a67 (patch)
treec6901c22a45e36415f63efe988d4d4f2a309df81 /Cargo.toml
parent3f9648eed48cd8b6cd35d0ae2ee5bbe25fa735ac (diff)
Provide `hi-recanonicalize` to recover from canonicalized-name problems.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 30a209d..101498c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@ name = "hi"
version = "0.1.0"
edition = "2021"
rust-version = "1.82"
+default-run = "hi"
[dependencies]
argon2 = "0.5.3"