1
0
Fork 0
mirror of https://github.com/italicsjenga/valence.git synced 2025-02-03 09:06:35 +11:00
valence/performance_tests/players/Cargo.toml
Ryan Johnson f58e6662dd
Add performance tests ()
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.
2022-10-14 21:18:03 -07:00

9 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 = "../.." }