[package] name = "kvstore" version = "0.2.1" edition = "2021" repository = "https://github.com/patbeagan1/Open-Source-Requests" readme = "Readme.md" homepage = "https://patbeagan.dev" license-file = "LICENSE.txt" description = "A simple, typesafe key-value store, that allows users to set, get, and delete key-value pairs, with each key stored in a separate file on disk." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "4.4.2" simple_logger = "4.2.0" home = "0.5.5" log = "0.4.20"