[package] name = "borrow_db" version = "0.0.0" edition = "2021" description = "A data store, written in Rust, which will provide a borrow-checker-esque, and restoration of data based on whether the client is connected, or disconnects during modification of the mutably borrowed data" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]