Skip to content

Commit

Permalink
add double write env
Browse files Browse the repository at this point in the history
Signed-off-by: Connor1996 <[email protected]>
  • Loading branch information
Connor1996 committed Jul 4, 2023
1 parent e55641f commit 1fa6c25
Show file tree
Hide file tree
Showing 3 changed files with 411 additions and 13 deletions.
20 changes: 7 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ required-features = ["failpoints"]
byteorder = "1.2"
crc32fast = "1.2"
crossbeam = "0.8"
crossbeam-channel = "0.5.8"
either = "1.8.1"
fail = "0.5"
fs2 = "0.4"
futures = "0.3.28"
hashbrown = "0.14"
hex = "0.4"
if_chain = "1.0"
Expand Down Expand Up @@ -73,19 +76,10 @@ toml = "0.7"

[features]
internals = []
nightly = [
"prometheus/nightly",
]
failpoints = [
"fail/failpoints",
]
scripting = [
"rhai",
]
swap = [
"nightly",
"memmap2",
]
nightly = ["prometheus/nightly"]
failpoints = ["fail/failpoints"]
scripting = ["rhai"]
swap = ["nightly", "memmap2"]

# Shortcuts
all_except_failpoints = ["internals", "scripting", "nightly", "swap"]
Expand Down
Loading

0 comments on commit 1fa6c25

Please sign in to comment.