forked from Sleitnick/rbxcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
22 lines (21 loc) · 753 Bytes
/
Copy pathCargo.toml
File metadata and controls
22 lines (21 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "rbxcloud"
version = "0.17.0"
description = "CLI and SDK for the Roblox Open Cloud APIs"
authors = ["Stephen Leitnick"]
license = "MIT"
repository = "https://github.com/Sleitnick/rbxcloud"
readme = "README.md"
documentation = "https://sleitnick.github.io/rbxcloud/"
edition = "2021"
[dependencies]
anyhow = "1.0.81"
base64 = "0.22.0"
clap = { version = "4.5.4", features = ["derive", "env"] }
md-5 = "0.10.6"
reqwest = { version = "0.12.2", default-features = false, features = ["rustls-tls", "http2", "charset", "json", "multipart"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
tokio = { version = "1.36.0", features = ["full"] }
chrono = { version = "0.4.38", features = ["serde"] }
rand = "0.9.0"