Skip to content

Commit

Permalink
Rename package.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmackdev committed Aug 28, 2023
1 parent be89631 commit daeed10
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]

members = ["pubsubman_gui", "pubsubman_backend"]
members = ["pubsubman", "pubsubman_backend"]

[workspace.dependencies]
chrono = { version = "0.4.26", features = ["clock", "serde"] }
Expand Down
2 changes: 1 addition & 1 deletion pubsubman_gui/Cargo.toml → pubsubman/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "pubsubman_gui"
name = "pubsubman"
version = "0.1.0"
authors = ["Duncan MacKinnon <[email protected]>"]
edition = "2021"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pubsubman_gui/src/main.rs → pubsubman/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ async fn main() -> eframe::Result<()> {
eframe::run_native(
"pubsubman",
native_options,
Box::new(|cc| Box::new(pubsubman_gui::App::new(cc, args.emulator_project_id))),
Box::new(|cc| Box::new(pubsubman::App::new(cc, args.emulator_project_id))),
)
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit daeed10

Please sign in to comment.