Cargo Features
Taskline has no features set by default.
[dependencies]
taskline = { version = "0.9.4", features = ["redis", "json", "tokio"] }
- redis
-
Enables redis
Affects
backends::redis
,backends::redis_json
… - json
-
Enables serde and serde_json
Affects
backends::redis_json
… - tokio
-
Enables tokio
Affects
taskline::utils
…