first commit

a tool that automatically organize your messy folders
This commit is contained in:
glitchySid
2025-12-20 15:32:38 +05:30
commit 3c038e3a3c
9 changed files with 1852 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "noentropy"
version = "0.1.0"
edition = "2024"
[dependencies]
dotenv = "0.15.0"
reqwest = { version = "0.12.26", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
tokio = { version = "1.48.0", features = ["full"] }