[package] name = "tdb" version = "0.3.0" authors = ["Sayan Nandan "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "0.2.22", features = ["full"] } bytes = "0.5.6" corelib = {path ="../corelib"} bincode = "1.3.1" parking_lot = "0.11.0"