-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce dependencies for library consumers (#67)
Hello! Cargo has the built-in feature to put examples in a dedicated folder. These executables have access to the additional [dev-dependencies], which can therefore be removed from the lib's dependencies. In particular, moving tokio with the "full" feature enabled to [dev-dependencies] reduces the weight of the crate for consumers by quite a lot. I haven't changed the version of any dependency.
- Loading branch information
1 parent
81b166a
commit b0ce626
Showing
24 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.