Files
feddy/Cargo.toml
Rawleenc 3bca4ef8bd
All checks were successful
build and upload / build (push) Successful in 16s
doc:s: add documentation and complete the readme
2025-05-03 01:30:35 +02:00

16 lines
367 B
TOML

[package]
name = "feddy"
version = "0.1.0"
edition = "2024"
authors = ["Rawleenc"]
description = "Your awesome, friendly, lightning-fast, and super-easy-to-use Fedora Buddy !"
[dependencies]
clap = { version = "4.5", features = ["derive", "env", "cargo"] }
clap_complete = "4.5"
clap-markdown = "0.1"
log = "0.4"
env_logger = "0.11"
rust-ini = "0.21"
whoami = "1.6"