asset-tool/rbx_asset/Cargo.toml

20 lines
657 B
TOML
Raw Permalink Normal View History

2024-04-28 04:07:06 +00:00
[package]
name = "rbx_asset"
2024-10-01 17:52:12 +00:00
version = "0.2.3"
2024-04-28 04:07:06 +00:00
edition = "2021"
publish = ["strafesnet"]
2024-09-25 22:51:22 +00:00
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>"]
2024-04-28 04:07:06 +00:00
# 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"
2024-07-02 21:26:14 +00:00
reqwest = { version = "0.12.4", features = ["json","multipart"] }
2024-04-28 04:07:06 +00:00
serde = { version = "1.0.199", features = ["derive"] }
2024-07-02 21:26:14 +00:00
serde_json = "1.0.111"
2024-04-28 04:07:06 +00:00
url = "2.5.0"