Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit c2401f9

Browse files
committed
Remove tokio
1 parent 1e557d4 commit c2401f9

File tree

3 files changed

+1
-111
lines changed

3 files changed

+1
-111
lines changed

Cargo.lock

Lines changed: 0 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tempmail"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Simplify temporary email management and interaction, including message retrieval and attachment downloads."
55
authors = ["Dilshad <dilshadplayingminecraft@outlook.com>"]
66
edition = "2021"
@@ -14,4 +14,3 @@ rand = "0.8.5"
1414
reqwest = "0.11.18"
1515
serde = { version = "1.0.183", features = ["derive"] }
1616
serde_json = "1.0.104"
17-
tokio = { version = "1.31.0", features = ["full"] }

src/main.rs

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)