mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
Example crates go in dev-dependencies
This commit is contained in:
parent
787e12475f
commit
6a0ae0f758
1 changed files with 3 additions and 5 deletions
|
@ -27,14 +27,12 @@ nohash-hasher = "0.2.0"
|
|||
num-traits = "0.2.15"
|
||||
parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] }
|
||||
priority-queue = "1.3.0"
|
||||
tracing = "0.1.36"
|
||||
tracing-subscriber = "0.3.15"
|
||||
thiserror = "^1.0.37"
|
||||
tokio = "^1.23.1"
|
||||
uuid = "1.2.2"
|
||||
once_cell = "1.17.0"
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "^1.0.65"
|
||||
env_logger = "^0.10.0"
|
||||
tokio = "^1.23.1"
|
||||
tracing = "^0.1.36"
|
||||
tracing-subscriber = "^0.3.15"
|
||||
once_cell = "1.17.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue