[package] name = "pairs" version = "0.1.0" edition = "2021" authors = ["cmj "] description = "The simple key-value storage." readme = "README.md" license = "MIT" repository = "https://github.com/cmj0121/pairs" keywords = ["pairs", "key-value"] exclude = [ "Makefile", ".git-commit-template", ".gitignore", ".pre-commit-config.yaml", ".github/", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]