Skip to content

Commit

Permalink
ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeWaka committed Dec 23, 2023
1 parent bc9602e commit dddf509
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,15 @@ hash = [
"serde",
"serde_json",
]
# Use the native tls stack for the mysql db
native_tls = ["mysql/default"]

pathfinder = ["num-integer", "pathfinding", "serde", "serde_json"]
redis_pubsub = ["flume", "redis", "serde", "serde_json"]
redis_reliablequeue = ["flume", "redis", "serde", "serde_json"]

rustls_tls = ["mysql/default-rustls"]

unzip = ["zip", "jobs"]
worleynoise = ["rand", "rayon"]

# Use the native tls stack for the mysql db
native_tls = ["mysql/default"]
rustls_tls = ["mysql/default-rustls"]

# internal feature-like things
jobs = ["flume"]
Expand Down

0 comments on commit dddf509

Please sign in to comment.