diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-08-07 17:37:51 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-08-07 17:37:51 +0100 |
| commit | 9c248edfd07867a6e7d7e89b564b58eb88af0c79 (patch) | |
| tree | 7ece23e5129a222b89e1f052d2b2663ec063c593 /Cargo.toml | |
| parent | d662c2b01a4372e796c3081b75818cdab2ee541f (diff) | |
🔧refactor: minimize tokio features to essential set
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,4 +14,4 @@ octocrab = "0.44.1" reqwest = { version = "0.12.22", features = ["blocking", "json", "stream"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.141" -tokio = { version = "1.46.1", features = ["full"] } +tokio = { version = "1.46.1", features = ["fs", "io-util", "macros", "rt-multi-thread"] } |
