summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-24 10:44:14 +0300
committerLars Wirzenius <liw@liw.fi>2021-08-24 10:53:42 +0300
commited1276c7008b1dab96cd6b73e4b0fb62ca58bcc0 (patch)
treec7fd38cbd1ed65bb12ad857cce4dff88fe963d69 /Cargo.toml
parentd73806f722113116d7a5b7886df2b7d5ccb34cda (diff)
downloadjt2-ed1276c7008b1dab96cd6b73e4b0fb62ca58bcc0.tar.gz
feat! rename binary from jt2 to jt
The software has now replaced all my use of the old Python version. Sponsored-by: author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 98ec949..c408230 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "jt2"
+name = "jt"
version = "0.1.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"