[package] name = "mu_db" version = "0.0.1" edition = "2021" repository = "https://github.com/ManiGhazaee/mu_db" authors = ["ManiGhazaee "] description = "A simple and lightweight key-value based database" readme = "README.md" license = "MIT" keywords = ["database", "storage"] [lib] name = "mu_db" path = "src/lib.rs" [dependencies]