File tree Expand file tree Collapse file tree 2 files changed +38
-89
lines changed
Expand file tree Collapse file tree 2 files changed +38
-89
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " pelikan_bloomcache"
3- version = " 0.1.0"
4- edition = " 2021"
53
6- [dependencies ]
4+ version = { workspace = true }
5+ edition = { workspace = true }
6+ homepage = { workspace = true }
7+ repository = { workspace = true }
8+ license = { workspace = true }
79
8- backtrace = " 0.3.56"
9- clap = " 2.33.3"
10+ [dependencies ]
11+ backtrace = { workspace = true }
12+ clap = { workspace = true }
1013common = { path = " ../../common" }
1114config = { path = " ../../config" }
1215entrystore = { path = " ../../entrystore" }
1316logger = { path = " ../../logger" }
14- protocol-http = { path = " ../../protocol/http" }
15- rustcommon-metrics = { git = " https://github.com/twitter/rustcommon " }
17+ protocol-http = { path = " ../../protocol/http" }
18+ rustcommon-metrics = { workspace = true }
1619server = { path = " ../../core/server" }
You can’t perform that action at this time.
0 commit comments