Files
vrchatapi-rust/Cargo.toml
2021-10-28 19:39:07 +00:00

17 lines
299 B
TOML

[package]
name = "vrchatapi"
version = "1.4.2"
authors = ["OpenAPI Generator team and contributors"]
license = "MIT"
edition = "2018"
description="VRChat API Library for Rust"
[dependencies]
serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"
url = "^2.2"
reqwest = "~0.9"
[dev-dependencies]