[package] name = "iaqms-inmem-settings" description = "fs -> redis loading system (for configurations)" version = "0.2.0-dev.0" edition = "2018" license = "MIT" repository = "https://github.com/Isolated-/iaqms-inmem-settings" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde_json = "1.0.48" redis = "0.21.0" sha1 = "0.6.0"