rename user-facing commands and crates to gsf

This commit is contained in:
2026-03-24 12:10:31 +00:00
parent 6ef326188a
commit 3684b24c50
9 changed files with 966 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "gsf-tui"
version = "0.0.0"
edition = "2024"
[dependencies]
ratatui = "0.29.0"
crossterm = "0.28.1"
tui-input = "*"
anyhow = { workspace = true }
tracing = { workspace = true }
gsf-core = { workspace = true }