Skip to content

Commit

Permalink
chore: remove all unused libs
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Feb 1, 2025
1 parent f1595c1 commit 2e67808
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions screenpipe-app-tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ tokio = { version = "1.36.0", features = ["full"] }
# HTTP client
reqwest = { version = "0.12", features = ["json"] }

# Uuid
uuid = { version = "1.10.0", features = ["v4"] }

# tracing
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
Expand All @@ -74,7 +71,6 @@ axum = "0.6.0" # or your current version


dirs = "5.0.1"
url = "2.4.0"
tauri-plugin-deep-link = "2"

once_cell = "1.20.0"
Expand Down
1 change: 0 additions & 1 deletion screenpipe-audio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ screenpipe-events = { path = "../screenpipe-events" }

# crossbeam
crossbeam = { workspace = true }
dashmap = { workspace = true }

# Directories
dirs = "5.0.1"
Expand Down
2 changes: 0 additions & 2 deletions screenpipe-events/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ edition.workspace = true
[dependencies]
anyhow = "1.0.95"
futures = "0.3.31"
lazy_static = { version = "1.4.0" }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
tokio.workspace = true
Expand All @@ -19,7 +18,6 @@ once_cell = { version = "1.18" }
tracing.workspace = true
parking_lot = "0.12.3"
serial_test = "3.2.0"
ctor = "0.2"
chrono = "0.4.39"

[dev-dependencies]
Expand Down
8 changes: 0 additions & 8 deletions screenpipe-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,11 @@ anyhow = "1.0.86"
hf-hub = { workspace = true }
rand = "0.8.5"

thiserror = "1"

#opentelemetry
sentry = { workspace = true }

# Server
axum = { version = "0.7.5", features = ["ws"] }
axum-macros = "0.5.0"
async-stream = "0.3"
tokio = { version = "1.15", features = ["full", "tracing"] }
tower-http = { version = "0.5.2", features = ["cors", "trace"] }

Expand Down Expand Up @@ -85,7 +81,6 @@ reqwest = { workspace = true }

# Concurrency
crossbeam = { workspace = true }
dashmap = { workspace = true }

# filtering
ndarray = "0.15.6"
Expand All @@ -104,9 +99,6 @@ url = { version = "2.2.0", optional = true }

enigo = { version = "0.2.1", optional = true }

# Scope guard for cancelation of streams
scopeguard = "1.2.0"

# Bincode for serializing hot cache
bincode = "1.3.3"

Expand Down
1 change: 0 additions & 1 deletion screenpipe-vision/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ which = "6.0"
serde = "1.0.200"

once_cell = { workspace = true }
chrono = { version = "0.4.39", features = ["serde"] }
base64 = "0.22.1"

reqwest = { workspace = true }
Expand Down

0 comments on commit 2e67808

Please sign in to comment.