diff --git a/Cargo.lock b/Cargo.lock index 622655a..e29a68b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1903,8 +1903,8 @@ dependencies = [ ] [[package]] -name = "eframe_ci_test" -version = "0.1.1" +name = "eframe-multinode" +version = "0.1.2" dependencies = [ "eframe", "egui", diff --git a/Cargo.toml b/Cargo.toml index 6579f4c..a4cb25c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,11 @@ [package] -name = "eframe_ci_test" -version = "0.1.1" -authors = ["Emil Ernerfeldt "] +name = "eframe-multinode" +version = "0.1.2" +authors = ["Doug Anderson "] edition = "2021" include = ["LICENSE-APACHE", "LICENSE-MIT", "**/*.rs", "Cargo.toml"] rust-version = "1.80" +description = "A PeerPiper multi-node application built using egui and efrem that runs in the browser and desktop." [package.metadata.docs.rs] all-features = true