Skip to content

Commit

Permalink
Remove unused deps
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Nov 25, 2024
1 parent 0da9c85 commit 16693d2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 52 deletions.
46 changes: 0 additions & 46 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion crates/nostr-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ once_cell.workspace = true
prettytable-rs = "0.10"
regex = "1.11.1"
rustyline = { version = "14.0", default-features = false, features = ["with-file-history"] }
serde_json = { workspace = true, features = ["std"] }
tokio = { workspace = true, features = ["full"] }
1 change: 0 additions & 1 deletion crates/nostr-database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ tracing = { workspace = true, features = ["std", "attributes"] }

[dev-dependencies]
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "time"] }
tracing-subscriber.workspace = true
3 changes: 0 additions & 3 deletions crates/nostr-indexeddb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,3 @@ thiserror.workspace = true
tokio = { workspace = true, features = ["sync"] }
tracing = { workspace = true, features = ["std", "attributes"] }
wasm-bindgen.workspace = true

[dev-dependencies]
wasm-bindgen-test = "0.3"
1 change: 0 additions & 1 deletion crates/nwc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ nostr = { workspace = true, features = ["std", "nip47"] }
nostr-relay-pool.workspace = true
nostr-zapper.workspace = true
thiserror.workspace = true
tracing = { workspace = true, features = ["std"] }

[dev-dependencies]
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 16693d2

Please sign in to comment.