aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock122
1 files changed, 3 insertions, 119 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9115699c..ab3dfded 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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]]