[package] name = "qdb-storage" version = "0.1.0" authors = ["Radim Spigel "] edition = "2018" description = "Storage use in QDB" license = "MIT" repository = "https://github.com/spigi42/qdb-storage.git" include = [ "**/*.rs", "Cargo.toml", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = { version = "0.3.4", default-features = true, features = ["alloc"]}