mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
17 lines
337 B
TOML
17 lines
337 B
TOML
[package]
|
|
name = "vrchatapi"
|
|
version = "1.12.0"
|
|
authors = ["vrchatapi.lpv0t@aries.fyi"]
|
|
description = "VRChat API Client for Rust"
|
|
license = "MIT"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
serde = "^1.0"
|
|
serde_derive = "^1.0"
|
|
serde_with = "^2.0"
|
|
serde_json = "^1.0"
|
|
url = "^2.2"
|
|
uuid = { version = "^1.0", features = ["serde"] }
|
|
reqwest = "~0.9"
|