Make jsonrpc-test a dev dependency #10

Closed
opened 2021-10-30 12:52:36 +00:00 by glyph · 1 comment
Owner

Since the jsonrpc-test crate is only used for testing, we should make it a dev dependency. This change will need to be made in several crates. The result is fewer dependencies when building the release binary; therefore, shorter compile times and a smaller binary.

Example:

[dev-dependencies]
jsonrpc-test = "18"
Since the `jsonrpc-test` crate is only used for testing, we should make it a dev dependency. This change will need to be made in several crates. The result is fewer dependencies when building the `release` binary; therefore, shorter compile times and a smaller binary. Example: ```toml [dev-dependencies] jsonrpc-test = "18" ```
glyph added the
maintenance
label 2021-10-30 12:52:36 +00:00
Author
Owner

Addressed in PR#16.

Addressed in [PR#16](https://git.coopcloud.tech/PeachCloud/peach-workspace/pulls/16).
glyph closed this issue 2021-11-09 14:16:43 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: PeachCloud/peach-workspace#10
No description provided.