mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-24 06:51:30 +11:00
2597e92b8f
Moves all the packages to the `crates/` directory.
9 lines
148 B
TOML
9 lines
148 B
TOML
[package]
|
|
name = "bench_players"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tracing-subscriber = "0.3.16"
|
|
valence = { path = "../valence" }
|