forked from StrafesNET/asset-tool
20 lines
657 B
TOML
20 lines
657 B
TOML
[package]
|
|
name = "rbx_asset"
|
|
version = "0.2.3"
|
|
edition = "2021"
|
|
publish = ["strafesnet"]
|
|
repository = "https://git.itzana.me/StrafesNET/asset-tool"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "Strongly typed interface to the Roblox API using a Cookie or an API key."
|
|
authors = ["Rhys Lloyd <krakow20@gmail.com>"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
chrono = { version = "0.4.38", features = ["serde"] }
|
|
flate2 = "1.0.29"
|
|
reqwest = { version = "0.12.4", features = ["json","multipart"] }
|
|
serde = { version = "1.0.199", features = ["derive"] }
|
|
serde_json = "1.0.111"
|
|
url = "2.5.0"
|