2 name = "staking_watchdog_watchdog"
4 authors = ["Greg Burri <greg.burri@gmail.com>"]
7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14 lettre = { version = "0.10", features = [
18 ], default-features = false }
20 serde = { version = "1.0", features = ["derive"] }
22 ron = "0.8" # Rust object notation, to load configuration files.