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
+22
View File
@@ -0,0 +1,22 @@
[package]
name = "gsf-cli"
version = "0.6.0"
edition = "2021"
[[bin]]
name = "gsf"
path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = { workspace = true }
clap_complete = "4.4.9"
clap = { workspace = true }
gsf-core = { path = "../crates/core/", features = ["clap"] }
gsf-tui = { path = "./../tui/" }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
[build-dependencies]
cc = "1.2.3"