[package] name = "borrowed-thread" version = "0.1.3" description = "thread-safe way to pass borrow to thread::spawn" homepage = "https://github.com/Riey/borrowed-thread" repository = "https://github.com/Riey/borrowed-thread" authors = ["Riey "] license = "MIT" keywords = ["thread"] readme = "README.md" edition = "2018" exclude = [ ".travis.yml" ] [dependencies]