powlib/examples/multithreaded/Cargo.toml

10 lines
164 B
TOML
Raw Permalink Normal View History

[package]
name = "powlib-multithreaded-example"
version = "0.0.1"
edition = "2021"
publish = false
[dependencies]
indicatif = "0.17.5"
powlib = { path = '../..' }