clean up
This commit is contained in:
parent
34cee9a927
commit
856b33f2dc
|
@ -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"
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue