mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-13 08:29:35 -05:00
Remove unnecessary tempfile prod dependency
This commit is contained in:
parent
729f4f09a8
commit
d54fac6fd9
@ -50,7 +50,6 @@ sigma_fun = { git = "https://github.com/LLFourn/secp256kfun", features = ["ed255
|
|||||||
sled = "0.34"
|
sled = "0.34"
|
||||||
structopt = "0.3"
|
structopt = "0.3"
|
||||||
strum = { version = "0.20", features = ["derive"] }
|
strum = { version = "0.20", features = ["derive"] }
|
||||||
tempfile = "3"
|
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
time = "0.2"
|
time = "0.2"
|
||||||
tokio = { version = "1.0", features = ["rt-multi-thread", "time", "macros", "sync"] }
|
tokio = { version = "1.0", features = ["rt-multi-thread", "time", "macros", "sync"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user