Closed Sympatron closed 11 months ago
Some of the dependencies weren't used and lazy_static could be replaced by once_cell which was used anyway.
lazy_static
once_cell
Some of the dependencies weren't used and
lazy_static
could be replaced byonce_cell
which was used anyway.