Skip to content

Instantly share code, notes, and snippets.

View lordofwizard's full-sized avatar
🐎
Gettin' better, than yesterday

Advait Pandharpurkar lordofwizard

🐎
Gettin' better, than yesterday
View GitHub Profile
@lordofwizard
lordofwizard / Cargo.toml
Last active June 10, 2024 06:08 — forked from AtharvaWaghchoure/Cargo.toml
A simple way to download java binaries on Linux Servers using the Adopium horrible API.
[dependencies]
reqwest = { version = "0.11", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"