[package] name = "theo-heartbeat" version = "0.1.0" edition = "2021" description = "A package that logs heartbeats for me." license = "Unlicense" homepage = "https://github.com/jakewilkins/theo-heartbeat" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] redis = "0" iso8601-timestamp = "0.2.3"