summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parente3661daf81b238b3167023e1554b5d5c75afd85d (diff)
Rename
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock28
1 files changed, 14 insertions, 14 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0cad5c25..4e7436f2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -42,6 +42,20 @@ dependencies = [
]
[[package]]
+name = "atuin"
+version = "0.1.1"
+dependencies = [
+ "chrono",
+ "directories",
+ "eyre",
+ "log",
+ "pretty_env_logger",
+ "rusqlite",
+ "shellexpand",
+ "structopt",
+]
+
+[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -450,20 +464,6 @@ dependencies = [
]
[[package]]
-name = "shync"
-version = "0.1.1"
-dependencies = [
- "chrono",
- "directories",
- "eyre",
- "log",
- "pretty_env_logger",
- "rusqlite",
- "shellexpand",
- "structopt",
-]
-
-[[package]]
name = "smallvec"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"