summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <e@elm.sh>2021-02-13 12:58:40 +0000
committerEllie Huxtable <e@elm.sh>2021-02-13 12:58:40 +0000
commit07aceb3dd4755acdba88faea4d584ef81c08fc15 (patch)
treec89fa79eb4247c4ef2b6bb982450997dc30b3251 /Cargo.toml
parente3661daf81b238b3167023e1554b5d5c75afd85d (diff)
Rename
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 49850377..bc4d1df2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,12 +1,10 @@
[package]
-name = "shync"
+name = "atuin"
version = "0.1.1"
authors = ["Ellie Huxtable <e@elm.sh>"]
edition = "2018"
license = "MIT"
-description = "shync - sync your shell history"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+description = "atuin - sync your shell history"
[dependencies]
log = "0.4"