mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
fixes
This commit is contained in:
parent
39cdb8eab1
commit
5ee10a3775
3 changed files with 3 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -785,6 +785,7 @@ dependencies = [
|
|||
"thiserror",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tokio-test",
|
||||
"tokio-util",
|
||||
"tower",
|
||||
"tracing",
|
||||
|
|
|
@ -32,8 +32,7 @@ borsh = { workspace = true, features = ["derive", "std"], optional = true }
|
|||
cuprate-test-utils = { path = "../../test-utils" }
|
||||
|
||||
hex = { workspace = true, features = ["std"] }
|
||||
# tokio-test = { workspace = true }
|
||||
# tracing-subscriber = { workspace = true }
|
||||
tokio-test = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
|
@ -61,6 +61,7 @@ cfg_if::cfg_if! {
|
|||
// Used in `tests/`
|
||||
if #[cfg(test)] {
|
||||
use cuprate_test_utils as _;
|
||||
use tokio_test as _;
|
||||
use hex as _;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue