mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
@ -12,4 +12,7 @@ serde_with = { version = "^3.8", default-features = false, features = ["base64",
|
||||
serde_json = "^1.0"
|
||||
url = "^2.5"
|
||||
uuid = { version = "^1.8", features = ["serde", "v4"] }
|
||||
reqwest = { version = "^0.12", features = ["json", "blocking", "cookies", "multipart"] }
|
||||
reqwest = { version = "^0.12", features = ["json", "cookies", "multipart"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = '1', features = ['macros', 'rt-multi-thread'] }
|
Reference in New Issue
Block a user