diff options
| author | jakka <jakka@jakka.su> | 2025-10-01 12:57:32 +0300 |
|---|---|---|
| committer | jakka <jakka@jakka.su> | 2025-10-01 12:57:32 +0300 |
| commit | 228f24cb3020b719540fc9665e4aff21528fc69e (patch) | |
| tree | 83194bfda6c6d97ffec81aef2545802b859b4e5f /Cargo.toml | |
| parent | c177ba7a49caf63582719a4086e5032e2c939cfa (diff) | |
broke down modules and renamed them
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,5 +19,6 @@ ureq = { version = "3.1.2", features = ["json"], optional = true } urlencoding = "2.1.3" [features] +deafult = ["sync"] async = ["dep:async-trait", "dep:reqwest", "dep:tokio", "dep:tokio-util"] sync = ["dep:ureq"] |
