[package] name = "audis" version = "0.2.1" authors = ["James Hunt "] description = "An audit logging system, built atop Redis." homepage = "https://github.com/jhunt/audis-rs" repository = "https://github.com/jhunt/audis-rs" documentation = "https://docs.rs/redis" license = "MIT" readme = "README.md" edition = "2018" [dependencies.redis] version = "0.13" [dev-dependencies.rand] version = "0.7"