[package] name = "msg-store" version = "0.9.1" description = "A fast and light-weight message store designed to work as a priority queue in low hardware equiped devices." authors = ["Joshua Enokson "] edition = "2018" license = "MIT" repository = "https://github.com/msg-store/msg-store" readme = "README.md" [dependencies] msg_store_uuid = { path = "../msg_store_uuid", version = "0.1.0" }