mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-24 06:51:30 +11:00
f58e6662dd
Adds the performance_tests/ directory. In the future we could use our own fake client software instead of rust-mc-bot. This would make it easier to run the tests.
10 lines
143 B
TOML
10 lines
143 B
TOML
[package]
|
|
name = "players"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
env_logger = "0.9.1"
|
|
log = "0.4.17"
|
|
valence = { path = "../.." }
|