|
1 | 1 | [build-dependencies] |
2 | | -serde = { version = "1.0.219", features = ["derive"] } |
3 | | -toml = { version = "0.8.20" } |
| 2 | +serde = { workspace = true } |
| 3 | +toml = { workspace = true } |
| 4 | + |
4 | 5 |
|
5 | 6 | [dependencies] |
6 | | -async-trait = "0.1.88" |
7 | | -config = { version = "0.15.11" } |
8 | | -dashmap = { version = "6.1.0" } |
9 | | -env_logger = { version = "0.11.8" } |
10 | | -futures = { version = "0.3.31" } |
11 | | -log = { version = "0.4.27" } |
12 | | -metrics = { version = "0.24.1" } |
13 | | -rand = { version = "0.9.0" } |
14 | | -serde = { version = "1.0.219", features = ["derive"] } |
15 | | -serde_json = { version = "1.0.140" } |
16 | | -thiserror = { version = "2.0.12" } |
17 | | -tokio = { version = "1.44.2", features = ["full"] } |
18 | | -tokio-console = { version = "0.1.13", optional = true } |
19 | | -tokio-tungstenite = "0.26.2" |
20 | | -unbug = { version = "0.4.0" } |
| 7 | +async_trait = { workspace = true } |
| 8 | +config = { workspace = true } |
| 9 | +dashmap = { workspace = true } |
| 10 | +env_logger = { workspace = true } |
| 11 | +futures = { workspace = true } |
| 12 | +log = { workspace = true } |
| 13 | +metrics = { workspace = true } |
| 14 | +rand = { workspace = true } |
| 15 | +serde = { workspace = true } |
| 16 | +serde_json = { workspace = true } |
| 17 | +thiserror = { workspace = true } |
| 18 | +tokio = { workspace = true } |
| 19 | +tokio_console = { workspace = true, optional = true } |
| 20 | +tokio_tungstenite = { workspace = true } |
| 21 | +unbug = { workspace = true } |
| 22 | +crossbeam_deque = { workspace = true } |
21 | 23 |
|
22 | 24 | [[example]] |
23 | 25 | name = "Sequence" |
|
0 commit comments