This commit is contained in:
2026-04-16 09:46:22 +02:00
parent 4d1cba971f
commit 65e95038c8
5 changed files with 454 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[package]
name = "anime"
author = "inorishio"
version = "0.1.0"
edition = "2024"
[dependencies]
eframe = "0.34.1"
egui = "0.34.1."
reqwest = "0.13.2"
open = "5.3.3"
tokio = "1.52.0"
serde = "1.0.228"
serde_json = "1.0.149"
indicatif = "0.18.4"
directories = "6.0.0"
anyhow = "1.0.102"