Logo
Explore Help
Register Sign In
admin/ghost
1
0
Fork 0
You've already forked ghost
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
de3b94a641eb08172be88e9d16f5a007e22ac4ab
ghost/ghost-cli/Cargo.toml

16 lines
359 B
TOML
Raw Normal View History

add basic CLI for testing enumeration
2025-11-07 18:05:07 +02:00
[package]
name = "ghost-cli"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[dependencies]
ghost-core = { path = "../ghost-core" }
anyhow.workspace = true
env_logger.workspace = true
log.workspace = true
Add JSON output format support
2025-11-08 12:40:55 +02:00
serde.workspace = true
serde_json.workspace = true
refactor: comprehensive codebase improvements and documentation - Enhanced error handling with expanded GhostError variants and From impls - Fixed race conditions in TUI (ui.rs unwrap calls) - Added comprehensive module documentation with doc comments - Improved type safety with proper validation in DetectionConfig - Implemented Linux process enumeration via procfs - Refactored TUI for better state management and removed emojis - Enhanced CLI with proper logging initialization - Added example configuration file (examples/ghost.toml) - Updated README with complete feature documentation - Added performance optimizations (saturating arithmetic, reduced clones) - Improved testing framework with proper struct initialization - Added validation and preset modes to DetectionConfig
2025-11-17 21:28:37 +02:00
clap = { version = "4.0", features = ["derive"] }
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 44ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API