🎉 | Project initialized

This commit is contained in:
2026-05-01 14:47:59 +03:00
parent 512e42bf0d
commit 4660375d39
4 changed files with 539 additions and 18 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "Alcoholic"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.0", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
directories = "5.0"
anyhow = "1.0.102"