This commit is contained in:
Kyler 2024-06-02 16:22:31 -06:00
parent 34cee9a927
commit 856b33f2dc
2 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,6 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
async-trait = "0.1.75"
rand = "0.8.5"
# aes = "0.8.4"
aes = "0.7"
# rsa = "0.9.6"
rsa = "0.6"
pkcs8 = "0.8"

View File

@ -26,6 +26,7 @@ pub mod clientbound {
pub sample: Option<Vec<StatusPlayerInfo>>
}
#[allow(non_snake_case)]
#[derive(Serialize, Deserialize)]
pub struct StatusResponseData {
pub version: StatusVersion,