Skip to content

Commit

Permalink
Merge pull request #8 from windoze/dedup
Browse files Browse the repository at this point in the history
Dedup
  • Loading branch information
windoze authored Jan 10, 2024
2 parents 92c026b + 9475e4c commit 811460d
Show file tree
Hide file tree
Showing 17 changed files with 473 additions and 78 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"rust-analyzer.check.allTargets": false,
"editor.formatOnSave": true,
"[toml]": {
"editor.formatOnSave": false
Expand Down
192 changes: 184 additions & 8 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ platform-dirs = "0.3"
futures-util = "0.3"
poem = { version = "2" }
tantivy = { version = "0.21" }
tantivy-jieba = "0.10.0"
chrono = "0.4"
png = { version = "0.17" }
sha2 = { version = "0.10" }
hex = { version = "0.4" }
moka = { version = "0.12", features = ["future"] }
reqwest = { version = "0.11" }
rumqttc = { version = "0.23" }
arboard = { version = "3" }
Expand All @@ -48,7 +50,7 @@ websocket-server = { path = "websocket-server" }
[package]
name = "clip-sync"
authors = ["Chen Xu <[email protected]>"]
version = "0.6.0"
version = "0.7.0"
edition = "2021"
description = "A clipboard sync tool"
rust-version = "1.75.0"
Expand Down
Loading

0 comments on commit 811460d

Please sign in to comment.