From a577ae082d57297877d369427e8cec7adb07b419 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Thu, 22 Jun 2023 22:14:08 -0500 Subject: build: reorganize xtask crate --- xtask/src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xtask/src/main.rs') diff --git a/xtask/src/main.rs b/xtask/src/main.rs index 1de4147..5dd79c2 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -15,7 +15,8 @@ use clap::{Parser, Subcommand}; use flate2::{write::GzEncoder, Compression}; use once_cell::sync::Lazy; use tar::Builder; -use xtask::release; + +mod release; const PKG_NAME: &str = "projectr"; const PKG_VER: &str = env!("CARGO_PKG_VERSION"); -- cgit v1.2.3-70-g09d2