Skip to content

Commit

Permalink
[sweep] support --preview subprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
aslpavel committed Oct 25, 2024
1 parent c23f150 commit 0fda5a9
Show file tree
Hide file tree
Showing 10 changed files with 422 additions and 156 deletions.
64 changes: 33 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions sweep/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Pavel Aslanov <[email protected]>"]
build = "build.rs"
edition = "2021"
name = "sweep"
version = "0.18.1"
version = "0.19.0"
include = ["**/*.rs", "src/icons.json", "Cargo.toml", "Cargo.lock", "README.md"]

[lib]
Expand All @@ -17,16 +17,18 @@ path = "src/main.rs"
[dependencies]
anyhow = "^1.0"
crossbeam-channel = "^0.5"
either = "^1.13"
futures = "^0.3"
lazy_static = "^1.1"
mimalloc = { version = "^0.1", default-features = false }
rayon = "^1.5"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
shlex = "^1.3.0"
smallvec = "^1.9.0"
tokio = { version = "1", features = ["full"] }
tracing = "^0.1"
tracing-futures = "^0.2"
lazy_static = "^1.1"
mimalloc = { version = "^0.1", default-features = false }
smallvec = "1.9.0"

surf_n_term = "^0.17.1"
# surf_n_term = { path = "../../surf-n-term" }
Expand Down
5 changes: 0 additions & 5 deletions sweep/debug.py

This file was deleted.

Loading

0 comments on commit 0fda5a9

Please sign in to comment.