diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 19:30:40 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-20 19:30:40 +0200 |
| commit | 966a80c4199a49898cc7d8641012d520ce6b2efa (patch) | |
| tree | 51029ff75842090fd1eecbea97b6f7c447e3dea9 /Cargo.lock | |
| parent | chore(server): Remove warnings (diff) | |
| download | atuin-966a80c4199a49898cc7d8641012d520ce6b2efa.zip | |
chore: Commit
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 122 |
1 files changed, 3 insertions, 119 deletions
@@ -204,6 +204,7 @@ dependencies = [ "tonic-prost-build", "tracing", "tracing-subscriber", + "turtle", "turtle-common", "turtle-daemon", "unicode-segmentation", @@ -4746,6 +4747,7 @@ dependencies = [ "tracing", "tracing-appender", "tracing-subscriber", + "turtle-common", "typed-builder", "unicode-segmentation", "unicode-width 0.2.2", @@ -4759,78 +4761,14 @@ dependencies = [ name = "turtle-common" version = "18.16.1" dependencies = [ - "arboard", - "async-trait", - "axum", - "base64", - "clap", - "clap_complete", - "clap_complete_nushell", - "colored", - "config", - "crossterm", - "crypto_secretbox", - "daemonize", - "dashmap", "directories", "eyre", - "fs-err", - "fs4", - "fuzzy-matcher", - "hyper-util", - "indicatif", - "interim", - "itertools", - "lasso", - "listenfd", - "log", - "metrics", - "metrics-exporter-prometheus", - "minspan", - "norm", - "notify", - "portable-pty", - "prost", - "protox", - "rand 0.8.5", - "ratatui", - "regex", - "reqwest", - "rmp", - "runtime-format", - "rustix", - "rustls", - "rusty_paserk", - "rusty_paseto", "semver", "serde", - "serde_json", - "serde_regex", - "serde_with", - "shellexpand", - "signal-hook", - "sql-builder", "sqlx", - "thiserror 2.0.18", "time", - "tokio", - "tokio-stream", - "toml_edit", - "tonic", - "tonic-prost", - "tonic-prost-build", - "tower", - "tower-http", - "tracing", - "tracing-appender", - "tracing-subscriber", "typed-builder", - "unicode-segmentation", - "unicode-width 0.2.2", - "url", "uuid", - "vt100", - "whoami 2.1.1", ] [[package]] @@ -4902,6 +4840,7 @@ dependencies = [ "tracing", "tracing-appender", "tracing-subscriber", + "turtle", "turtle-common", "typed-builder", "unicode-segmentation", @@ -4916,79 +4855,24 @@ dependencies = [ name = "turtle-server" version = "18.16.1" dependencies = [ - "arboard", - "async-trait", "axum", - "base64", "clap", - "clap_complete", - "clap_complete_nushell", - "colored", "config", - "crossterm", - "crypto_secretbox", - "daemonize", - "dashmap", - "directories", "eyre", "fs-err", - "fs4", - "fuzzy-matcher", - "hyper-util", - "indicatif", - "interim", - "itertools", - "lasso", - "listenfd", - "log", "metrics", "metrics-exporter-prometheus", - "minspan", - "norm", - "notify", - "portable-pty", - "prost", - "protox", "rand 0.8.5", - "ratatui", - "regex", - "reqwest", - "rmp", - "runtime-format", - "rustix", - "rustls", - "rusty_paserk", - "rusty_paseto", - "semver", "serde", - "serde_json", - "serde_regex", - "serde_with", - "shellexpand", - "signal-hook", - "sql-builder", "sqlx", - "thiserror 2.0.18", "time", "tokio", - "tokio-stream", - "toml_edit", - "tonic", - "tonic-prost", - "tonic-prost-build", "tower", "tower-http", "tracing", - "tracing-appender", - "tracing-subscriber", "turtle-common", - "typed-builder", - "unicode-segmentation", - "unicode-width 0.2.2", "url", "uuid", - "vt100", - "whoami 2.1.1", ] [[package]] |
