asset-tool/rbx_asset/Cargo.toml

16 lines
433 B
TOML
Raw Normal View History

2024-04-28 04:07:06 +00:00
[package]
name = "rbx_asset"
2024-07-02 21:26:14 +00:00
version = "0.2.0"
2024-04-28 04:07:06 +00:00
edition = "2021"
publish = ["strafesnet"]
# 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"