From 3f80f3acd90c9782420cc0d33fcf77035e522b15 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 11 Feb 2026 10:15:55 +0900 Subject: enable workspace --- src/main.rs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/main.rs (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs deleted file mode 100644 index 289d047..0000000 --- a/src/main.rs +++ /dev/null @@ -1,7 +0,0 @@ -use clap::Parser; -use mozart::commands; - -fn main() { - let cli = commands::Cli::parse(); - commands::execute(&cli.command); -} -- cgit v1.3.1