-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (22 loc) · 756 Bytes
/
Copy pathCargo.toml
File metadata and controls
24 lines (22 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "Rustiny"
version = "0.1.12"
edition = "2021"
license = "MIT"
description = "A wrapper for the Destiny 2 / Bungie.net REST API"
homepage = "https://github.com/dec4234/Rustiny"
documentation = "https://github.com/dec4234/Rustiny"
repository = "https://github.com/dec4234/Rustiny"
readme = "README.md"
exclude = [".github/*"]
keywords = ["destiny2", "wrapper", "api", "destiny", "bungie"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1.14.0", features = ["full"] }
chrono = "0.4.19"
sqlite = "0.26.0"
zip = "0.6.0"