|
|
|
@ -28,7 +28,7 @@ tokio = "1.11.0" |
|
|
|
# Used for storing data permanently |
|
|
|
# Used for storing data permanently |
|
|
|
sled = { version = "0.34.6", features = ["compression", "no_metrics"], optional = true } |
|
|
|
sled = { version = "0.34.6", features = ["compression", "no_metrics"], optional = true } |
|
|
|
#sled = { git = "https://github.com/spacejam/sled.git", rev = "e4640e0773595229f398438886f19bca6f7326a2", features = ["compression"] } |
|
|
|
#sled = { git = "https://github.com/spacejam/sled.git", rev = "e4640e0773595229f398438886f19bca6f7326a2", features = ["compression"] } |
|
|
|
persy = { version = "1.0", optional = true } |
|
|
|
persy = { git = "https://gitlab.com/tglman/persy.git", branch="master" , optional = true } |
|
|
|
# Used by the persy write cache for background flush |
|
|
|
# Used by the persy write cache for background flush |
|
|
|
timer = "0.2" |
|
|
|
timer = "0.2" |
|
|
|
chrono = "0.4" |
|
|
|
chrono = "0.4" |
|
|
|
|