1
1
[package ]
2
2
name = " foyer-experimental-bench"
3
- version = " 0.1 .0"
3
+ version = " 0.0 .0"
4
4
edition = " 2021"
5
5
authors = [
" MrCroxx <[email protected] >" ]
6
6
description = " storage engine bench tool for foyer - the hybrid cache for Rust"
7
7
license = " Apache-2.0"
8
8
repository = " https://github.com/mrcroxx/foyer"
9
9
homepage = " https://github.com/mrcroxx/foyer"
10
10
readme = " ../README.md"
11
+ publish = false
11
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
13
autobenches = false
13
14
@@ -19,11 +20,11 @@ anyhow = "1"
19
20
bytesize = " 1"
20
21
clap = { version = " 4" , features = [" derive" ] }
21
22
console-subscriber = { version = " 0.2" , optional = true }
22
- foyer-common = { version = " 0.4 " , path = " ../foyer-common" }
23
- foyer-experimental = { version = " 0.1 " , path = " ../foyer-experimental" }
24
- foyer-intrusive = { version = " 0.3 " , path = " ../foyer-intrusive" }
25
- foyer-storage = { version = " 0.5 " , path = " ../foyer-storage" }
26
- foyer-workspace-hack = { version = " 0.3 " , path = " ../foyer-workspace-hack" }
23
+ foyer-common = { version = " 0.5 " , path = " ../foyer-common" }
24
+ foyer-experimental = { version = " * " , path = " ../foyer-experimental" }
25
+ foyer-intrusive = { version = " 0.4 " , path = " ../foyer-intrusive" }
26
+ foyer-storage = { version = " 0.6 " , path = " ../foyer-storage" }
27
+ foyer-workspace-hack = { version = " 0.4 " , path = " ../foyer-workspace-hack" }
27
28
futures = " 0.3"
28
29
hdrhistogram = " 7"
29
30
http-body-util = " 0.1"
0 commit comments