Debug++
Dependencies
Change contents
- file move: src → src
- edit in src/main.rs at line 31
.required(true).takes_value(true),).arg(clap::Arg::with_name("port").long("port") - edit in src/main.rs at line 34
.arg(clap::Arg::with_name("port").long("port").takes_value(true)) - replacement in src/main.rs at line 86
debug!("http server stopping");error!("http server stopping"); - replacement in src/main.rs at line 108
debug!("race stopped");error!("race stopped"); - replacement in src/main.rs at line 112
debug!("election observer stopped");error!("election observer stopped"); - replacement in src/main.rs at line 162
info!("Lock acquired: {:?}", leader);info!("Lock acquired: {:?} {:?}",std::str::from_utf8(leader.name()),std::str::from_utf8(leader.key())); - file move: default.nix → default.nix
- file move: README.md → README.md
- file move: Cargo.toml → Cargo.toml
- file move: Cargo.lock → Cargo.lock