From 488ff9e3c76f5afc33df9de763ae896a48bc7185 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Tue, 28 Jul 2020 11:21:18 +0000 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3a667d6..8f57301 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["s3rius <win10@list.ru>"] edition = "2018" [[bin]] -name = "msuic_bg" +name = "music_bg" path = "bin/main.rs" [lib] @@ -47,4 +47,4 @@ version = "0.4.1" features = [ "xinerama", "xproto" -] \ No newline at end of file +] -- GitLab