[[bench]]
harness = false
name = "my_benchmark"
path = "benches/my_benchmark.rs"
[dev-dependencies.criterion]
version = "0.5.1"
[lib]
name = "local_thread"
path = "src/lib.rs"
[package]
authors = ["Rubén Cantón <rubcc95@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A local thread management library for Rust. No more 'static functions in order to start threads!"
edition = "2021"
license = "MIT"
name = "local_thread"
readme = false
repository = "https://github.com/rubcc95/local_thread"
version = "0.1.1"