From cae34ef0b7b6e47f1ed3efe71ac658105a75a530 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Wed, 10 May 2023 15:09:05 +0200 Subject: Rename the package to something not taken on crates.io --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index 99b755d..9984c8c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,6 @@ use clap::Parser; use rustyline::{error::ReadlineError, DefaultEditor}; -use shackle::{run_command, ShackleError}; +use shackle_shell::{run_command, ShackleError}; /// Shackle Shell - A replacement for git-shell with repo management commands built in. #[derive(Parser, Debug)] -- cgit v1.2.3