[package] name = "thread_clock" license = "MIT" authors = ["Link "] readme = "README.md" repository = "https://github.com/LinkTheDot/Thread-Clock" version = "0.2.1" edition = "2021" description = "A crate that can be used to synchronize and delay actions between threads" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.21.1", features = ["sync", "rt", "rt-multi-thread", "macros", "time"] } anyhow = "1.0.65"