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
+11
View File
@@ -0,0 +1,11 @@
[workspace]
resolver = "2"
members = ["cli", "tui", "daemon", "crates/*"]
[workspace.dependencies]
anyhow = "1.0.79"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
clap = { version = "4.4.18", features = ["derive"] }
paste = "1.0.15"
gsf-core = { path = "./crates/core" }