diff --git a/Cargo.lock b/Cargo.lock index 417071b..91f198c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -700,7 +700,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] -name = "matrix-federation-notifier" +name = "matrix-hearbeat" version = "0.1.0" dependencies = [ "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ea3b820..8c69ca0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "matrix-federation-notifier" +name = "matrix-hearbeat" version = "0.1.0" edition = "2021"