flex-page 0.1.0

Database storage system
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "flex-page"
version = "0.1.0"
dependencies = [
 "page-lock",
 "tokio",
]

[[package]]
name = "page-lock"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8c798339fe1882e50b0c49f9d87b2e007ef27cd12bd3a84dfcc8308b2a488b2"

[[package]]
name = "pin-project-lite"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"

[[package]]
name = "tokio"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838"
dependencies = [
 "pin-project-lite",
]