Remove not needed bincode crate

This commit is contained in:
Bastian Gruber 2023-04-21 11:47:17 +02:00
parent f99ee4c64d
commit 2b1a81b246
No known key found for this signature in database
GPG key ID: BE9F8C772B188CBF

View file

@ -4,7 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
bincode = "1.3.3"
env_logger = "0.9.0"
log = "0.4.0"
primes = "0.3.0"