From 9b8a098bfcfdd73bfdfcff0cb397ef2694a90367 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 11 Jun 2025 17:13:57 -0600 Subject: refactor: extract sts bin --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 039bb5f..5c2f1e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [[bin]] name = "sts" -path = "src/main.rs" +path = "src/bin/sts.rs" [[bin]] name = "migrate" -- cgit v1.2.3