diff --git a/music_mgr/Cargo.lock b/Cargo.lock similarity index 100% rename from music_mgr/Cargo.lock rename to Cargo.lock diff --git a/music_mgr/Cargo.toml b/Cargo.toml similarity index 100% rename from music_mgr/Cargo.toml rename to Cargo.toml diff --git a/music_mgr/manifest.default.json b/manifest.default.json similarity index 100% rename from music_mgr/manifest.default.json rename to manifest.default.json diff --git a/music_mgr/src/commands/add.rs b/src/commands/add.rs similarity index 100% rename from music_mgr/src/commands/add.rs rename to src/commands/add.rs diff --git a/music_mgr/src/commands/gui/mod.rs b/src/commands/gui/mod.rs similarity index 100% rename from music_mgr/src/commands/gui/mod.rs rename to src/commands/gui/mod.rs diff --git a/music_mgr/src/commands/gui/nav_bar.rs b/src/commands/gui/nav_bar.rs similarity index 100% rename from music_mgr/src/commands/gui/nav_bar.rs rename to src/commands/gui/nav_bar.rs diff --git a/music_mgr/src/commands/gui/song_edit_window.rs b/src/commands/gui/song_edit_window.rs similarity index 100% rename from music_mgr/src/commands/gui/song_edit_window.rs rename to src/commands/gui/song_edit_window.rs diff --git a/music_mgr/src/commands/mod.rs b/src/commands/mod.rs similarity index 100% rename from music_mgr/src/commands/mod.rs rename to src/commands/mod.rs diff --git a/music_mgr/src/config/cli.rs b/src/config/cli.rs similarity index 100% rename from music_mgr/src/config/cli.rs rename to src/config/cli.rs diff --git a/music_mgr/src/config/mod.rs b/src/config/mod.rs similarity index 100% rename from music_mgr/src/config/mod.rs rename to src/config/mod.rs diff --git a/music_mgr/src/constants.rs b/src/constants.rs similarity index 100% rename from music_mgr/src/constants.rs rename to src/constants.rs diff --git a/music_mgr/src/downloader.rs b/src/downloader.rs similarity index 100% rename from music_mgr/src/downloader.rs rename to src/downloader.rs diff --git a/music_mgr/src/logger.rs b/src/logger.rs similarity index 100% rename from music_mgr/src/logger.rs rename to src/logger.rs diff --git a/music_mgr/src/main.rs b/src/main.rs similarity index 100% rename from music_mgr/src/main.rs rename to src/main.rs diff --git a/music_mgr/src/manifest/mod.rs b/src/manifest/mod.rs similarity index 100% rename from music_mgr/src/manifest/mod.rs rename to src/manifest/mod.rs diff --git a/music_mgr/src/manifest/song.rs b/src/manifest/song.rs similarity index 100% rename from music_mgr/src/manifest/song.rs rename to src/manifest/song.rs diff --git a/music_mgr/src/process_manager.rs b/src/process_manager.rs similarity index 100% rename from music_mgr/src/process_manager.rs rename to src/process_manager.rs diff --git a/music_mgr/src/prompt.rs b/src/prompt.rs similarity index 100% rename from music_mgr/src/prompt.rs rename to src/prompt.rs diff --git a/music_mgr/src/util.rs b/src/util.rs similarity index 100% rename from music_mgr/src/util.rs rename to src/util.rs