mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
18 lines
323 B
TOML
18 lines
323 B
TOML
[package]
|
|
name = "vrchatapi"
|
|
version = "1.0.0"
|
|
authors = ["OpenAPI Generator team and contributors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
serde = "^1.0"
|
|
serde_derive = "^1.0"
|
|
serde_json = "^1.0"
|
|
url = "^2.2"
|
|
[dependencies.reqwest]
|
|
version = "^0.11"
|
|
default-features = false
|
|
features = ["json", "multipart"]
|
|
|
|
[dev-dependencies]
|