🦀/100 Projects/Notes/Source

Cargo.toml

View on GitHub
[package]
name = "async_web_fetcher"
version = "0.1.0"
edition = "2024"

[dependencies]
tokio = { version = "1.37", features = ["full"] }
reqwest = { version = "0.11", features = ["json"] }

← Back to folder