aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock33
1 files changed, 33 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 07fca372..2488776b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -230,6 +230,7 @@ dependencies = [
"atuin-daemon",
"atuin-dotfiles",
"atuin-history",
+ "atuin-scripts",
"atuin-server",
"atuin-server-postgres",
"clap",
@@ -254,6 +255,7 @@ dependencies = [
"serde",
"serde_json",
"sysinfo",
+ "tempfile",
"time",
"tiny-bip39",
"tokio",
@@ -394,6 +396,28 @@ dependencies = [
]
[[package]]
+name = "atuin-scripts"
+version = "18.5.0-beta.2"
+dependencies = [
+ "atuin-client",
+ "atuin-common",
+ "eyre",
+ "minijinja",
+ "pretty_assertions",
+ "rmp",
+ "serde",
+ "serde_json",
+ "sql-builder",
+ "sqlx",
+ "tempfile",
+ "tokio",
+ "tracing",
+ "tracing-subscriber",
+ "typed-builder",
+ "uuid",
+]
+
+[[package]]
name = "atuin-server"
version = "18.5.0-beta.2"
dependencies = [
@@ -2523,6 +2547,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
+name = "minijinja"
+version = "2.9.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "98642a6dfca91122779a307b77cd07a4aa951fbe32232aaf5bad9febc66be754"
+dependencies = [
+ "serde",
+]
+
+[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"