feat: initial commit

This commit is contained in:
2025-04-23 22:26:20 +02:00
parent c3a1097bea
commit 2a96fd211a
5 changed files with 556 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[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"
log = "0.4"
env_logger = "0.11"