Skip to content

Commit 9d3450f

Browse files
committed
chore: clean up deltachat-jsonrpc dependencies
Move the dev dependencies to `[dev-dependencies]`, remove the unused `log` dependency.
1 parent 1db9b77 commit 9d3450f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.lock

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deltachat-jsonrpc/Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ deltachat-contact-tools = { workspace = true }
1313
num-traits = { workspace = true }
1414
schemars = "0.8.22"
1515
serde = { workspace = true, features = ["derive"] }
16-
tempfile = { workspace = true }
17-
log = { workspace = true }
1816
async-channel = { workspace = true }
19-
futures = { workspace = true }
2017
serde_json = { workspace = true }
2118
yerpc = { workspace = true, features = ["anyhow_expose", "openrpc"] }
2219
typescript-type-def = { version = "0.5.13", features = ["json_value"] }
@@ -27,6 +24,8 @@ base64 = { workspace = true }
2724

2825
[dev-dependencies]
2926
tokio = { workspace = true, features = ["full", "rt-multi-thread"] }
27+
tempfile = { workspace = true }
28+
futures = { workspace = true }
3029

3130

3231
[features]

0 commit comments

Comments
 (0)