feat: prime number with thread

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-05-28 02:15:27 +03:00
parent b57a5a71f5
commit 3cb31ff68b
2 changed files with 186 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[package]
name = "multithread_prime_numbers"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.37.0", features = ["full"] }