Files
noentropy/Cargo.toml
glitchySid 3c038e3a3c first commit
a tool that automatically organize your messy folders
2025-12-20 15:32:38 +05:30

12 lines
283 B
TOML

[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"] }